DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 12th February 2023
deltahotel deltahotel is offline
Real Name: Pascal DEVEAUX
New User
 
Join Date: Feb 2023
Location: LG78pw
Posts: 1
Default [newbie]Audio record source

Hi,
I use the comms/fldigi package to decode radio signals. Fldigi uses portaudio, but I can't select the external microphone input on my laptop.

In /etc/mixerctl.conf I tried:

record.adc-4:5_source=mic
or
record.adc-0:1_source=mic2,mic
or
record.adc-2:3_source=mic

but the program still records via the internal microphone.

Laptop is HP PAVILION 15-dw with ALC236 soundcard.
combined headset (headphone+mic) jack

Can someone help me select the default external microphone?

Last edited by deltahotel; 12th February 2023 at 12:02 PM.
Reply With Quote
  #2   (View Single Post)  
Old 12th February 2023
dcc dcc is offline
Port Guard
 
Join Date: Jan 2023
Posts: 11
Default

if want want to set a external mic here is what you can do
in your rc.conf.local you want
Code:
sndiod_flags= -f rsnd/2 -s play -m play -f rsnd/1  -m rec -s rec
you will need to change what rsnd to the mic and headphone, also you need
Code:
export AUDIOPLAYDEVICE=snd/play
export AUDIORECDEVICE=snd/rec
in your .xinitrc or what ever way you start x
__________________
100% off the chain
Reply With Quote
  #3   (View Single Post)  
Old 12th August 2023
hulten hulten is offline
Port Guard
 
Join Date: Dec 2014
Posts: 34
Default

Thank you, dcc. At least I am helped with this. Only now I understand how I must use subdevices from different audio devices. And it works!

I wondered if the environmental variables documented in the OpenBSD man pages. Well, of course, so i found them in sndio(7).
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to record desktop video and audio with ffmpeg? billy_bazooka OpenBSD Packages and Ports 2 31st August 2017 04:04 AM
Other Open-source typeface “Hack” brings design to source code J65nko News 1 31st August 2015 03:06 PM
azalia Intel SCH HD Audio strange audio issues tehsean OpenBSD General 3 26th August 2012 12:21 AM
Berners-Lee: Don't let record labels upset web openness J65nko News 0 19th April 2012 12:53 AM
DNS problem- name server record tanked General software and network 9 16th June 2008 02:45 PM


All times are GMT. The time now is 06:34 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick