2016-11-09 22:54:29 +01:00
|
|
|
Pulseaudio tries to determine default values for FreeBSD OSS driver at first
|
|
|
|
start, based on /dev/sndstat output. The hw.snd.default_unit sysctl may affect
|
|
|
|
these values, but restart of the Pulseaudio might be needed to rescan it again,
|
|
|
|
e.g. `pacmd exit`.
|
2015-04-15 23:41:25 +02:00
|
|
|
|
2016-11-09 22:54:29 +01:00
|
|
|
Pulseaudio has separate input and output configure lines. You can change them
|
|
|
|
with using following commands:
|
2015-04-15 23:41:25 +02:00
|
|
|
|
|
|
|
To change the default sink (output):
|
|
|
|
# pacmd set-default-sink 3
|
|
|
|
To change the default source (input):
|
|
|
|
# pacmd set-default-source 3
|
|
|
|
|
2015-06-14 04:54:49 +02:00
|
|
|
This can also be set in %%PREFIX%%/etc/pulse/default.pa
|
2015-04-15 23:41:25 +02:00
|
|
|
|
2016-11-09 22:54:29 +01:00
|
|
|
Replace the number '3' with the new default you want to set.
|
2015-04-15 23:41:25 +02:00
|
|
|
|
2015-06-13 23:32:14 +02:00
|
|
|
|
|
|
|
The audio/freedesktop-sound-theme is needed if the default sound files
|
2015-06-14 04:54:49 +02:00
|
|
|
are uncommented in the %%PREFIX%%/etc/pulse/default.pa file.
|