1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
853eacb2fc Auto_audio: Update project file
Since switching to a new microphone, a new project file with updated
parameters is used.
Change the name in the script to match that.
2024-03-29 12:39:32 +00:00
62a44829fe Auto_audio: Fix notify-send
For some reason the correct option was missing in the last notify-send,
replace it to fix the set-up notification not showing up.
2024-03-29 12:39:32 +00:00

View file

@ -24,9 +24,9 @@ if [ ! $? ]; then
exit -1
fi
notify-send - "$0" -i microphone "All sinks set-up"
notify-send -a "$0" -i microphone "All sinks set-up"
carla ~/Projects/Audio/Carla/Sidechain\ comp\ Setup.carxp
carla "~/Projects/Audio/Carla/Sidechain comp Setup - AT2040.carxp"
pactl unload-module $mic_sink
pactl unload-module $discord_sink