mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
enable flat volumes by default
This commit is contained in:
parent
2dfc265483
commit
a8dc2aaa82
1 changed files with 4 additions and 1 deletions
|
|
@ -72,9 +72,12 @@ load-module module-native-protocol-unix
|
|||
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink"
|
||||
#load-module module-rtp-send source=rtp.monitor
|
||||
|
||||
### Enable flat volumes where possible
|
||||
load-module module-flat-volumes
|
||||
|
||||
### Automatically restore the volume of streams and devices
|
||||
load-module module-stream-restore
|
||||
load-module module-device-restore
|
||||
load-module module-stream-restore
|
||||
|
||||
### Automatically restore the default sink/source when changed by the user during runtime
|
||||
load-module module-default-device-restore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue