Created
February 7, 2015 03:40
-
-
Save lukas2511/ef6b9bba0923015a69c5 to your computer and use it in GitHub Desktop.
my pulseaudio config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...] | |
default-sample-format = s32le | |
default-sample-rate = 48000 | |
default-sample-channels = 6 | |
enable-remixing = yes | |
enable-lfe-remixing = yes | |
flat-volumes = no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...] | |
# map front, side and lfe/ctr to 5.1 soundsystem | |
load-module module-remap-sink sink_name=speakers sink_properties=device.description="5.1\ Soundsystem" remix=no master=alsa_output.pci-0000_04_04.0.analog-surround-71 channels=6 master_channel_map=front-left,front-right,side-left,side-right,front-center,lfe channel_map=front-left,front-right,side-left,side-right,front-center,lfe | |
# map rear to stereo headphone | |
load-module module-remap-sink sink_name=headphone sink_properties=device.description="Headphone" remix=no master=alsa_output.pci-0000_04_04.0.analog-surround-71 channels=2 master_channel_map=rear-left,rear-right channel_map=front-left,front-right | |
# mic preview, somehow produces high load... | |
#load-module module-loopback latency_msec=1 source=alsa_input.pci-0000_04_04.0.analog-stereo sink=headphone | |
set-default-sink speakers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment