Skip to content

Instantly share code, notes, and snippets.

@0x715C
Created December 14, 2019 04:31
Show Gist options
  • Save 0x715C/d406d9a12a1b390de79768096a14af27 to your computer and use it in GitHub Desktop.
Save 0x715C/d406d9a12a1b390de79768096a14af27 to your computer and use it in GitHub Desktop.
Focusrite 2i4 pulseaudio remaps
.fail
# Scarlett 2i4 Remaps
#master_channel_map=front-left,front-right,rear-left,rear-right
### Remap Scarlett outputs 1&2 separately
load-module module-remap-sink sink_name=scarlett-outputs-1-2 sink_properties=device.description=Scarlett-Outputs-1-2 master=alsa_output.usb-Focusrite_Scarlett_2i4_USB-00.analog-surround-40 remix=no channels=2 master_channel_map=front-left,front-right channel_map=left,right
### Remap Scarlett outputs 3&4 separately
load-module module-remap-sink sink_name=scarlett-outputs-3-4 sink_properties=device.description=Scarlett-Outputs-3-4 master=alsa_output.usb-Focusrite_Scarlett_2i4_USB-00.analog-surround-40 remix=no channels=2 master_channel_map=rear-left,rear-right channel_map=left,right
#master_channel_map: front-left,front-right
### Remap Scarlett input 1 separately
load-module module-remap-source source_name=scarlett-xlr-1 source_properties=device.description=Scarlett-XLR-Input-1 master=alsa_input.usb-Focusrite_Scarlett_2i4_USB-00.analog-stereo remix=no channels=1 master_channel_map=front-left channel_map=mono
### Remap Scarlett input 2 separately
load-module module-remap-source source_name=scarlett-xlr-2 source_properties=device.description=Scarlett-XLR-Input-2 master=alsa_input.usb-Focusrite_Scarlett_2i4_USB-00.analog-stereo remix=no channels=1 master_channel_map=front-right channel_map=mono
set-default-sink scarlett-outputs-1-2
set-default-source scarlett-xlr-1
.nofail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment