Updated config for new pulseaudio backend

This commit is contained in:
Paul Dino Jones 2023-11-13 07:46:04 +00:00
parent 67d0423997
commit b4ca18c351
1 changed files with 13 additions and 6 deletions

View File

@ -6,11 +6,18 @@ devices = ( { device = "USB";
granularity = 4; granularity = 4;
config = "/home/paul/.config/monocoque/revburner1.xml"; }, config = "/home/paul/.config/monocoque/revburner1.xml"; },
{ device = "Sound"; { device = "Sound";
type = "Engine" type = "Engine";
devid = "98FD:83AC"; }, devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
pan = 1;
volume = 90;
frequency = 27; },
{ device = "Sound"; { device = "Sound";
type = "Gear" type = "Gear"
devid = "98FD:83AC"; }, devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
pan = 1;
duration = .25;
volume = 100;
frequency = 27; },
{ device = "Serial"; { device = "Serial";
type = "ShiftLights"; type = "ShiftLights";
config = "None"; config = "None";