Skip to content

Instantly share code, notes, and snippets.

@dbernheisel
Created October 20, 2020 14:48
Show Gist options
  • Save dbernheisel/3e1a44783b9b73821cab7544e80d93f7 to your computer and use it in GitHub Desktop.
Save dbernheisel/3e1a44783b9b73821cab7544e80d93f7 to your computer and use it in GitHub Desktop.
Pulseaudio Focusrite 6i6 config
# Put this at the bottom
## Remap Scarlett input 1 separately
load-module module-remap-source source_name=scarlett-xlr-1 source_properties="device.description='Focusrite Scarlett 6i6 XLR 1'" master=alsa_input.usb-Focusrite_Scarlett_6i6_USB_00074100-00.multichannel-input remix=no channels=2 master_channel_map=front-left,front-left channel_map=left,right
### Remap Scarlett input 2 separately
load-module module-remap-source source_name=scarlett-xlr-2 source_properties="device.description='Focusrite Scarlett 6i6 XLR 2'" master=alsa_input.usb-Focusrite_Scarlett_6i6_USB_00074100-00.multichannel-input remix=no channels=2 master_channel_map=front-right,front-right channel_map=left,right
### Remap Scarlett inputs 3&4 separately
load-module module-remap-source source_name=scarlett-inputs-3-4 source_properties="device.description='Focusrite Scarlett 6i6 3/4'" master=alsa_input.usb-Focusrite_Scarlett_6i6_USB_00074100-00.multichannel-input remix=no channels=2 master_channel_map=front-center,lfe channel_map=left,right
### Remap Scarlett inputs 5&6 separately
load-module module-remap-source source_name=scarlett-inputs-5-6 source_properties="device.description='Focusrite Scarlett 6i6 5/6'" master=alsa_input.usb-Focusrite_Scarlett_6i6_USB_00074100-00.multichannel-input remix=no channels=2 master_channel_map=rear-left,rear-right channel_map=left,right
### Make some devices default
set-default-source scarlett-xlr-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment