Does anyone know how to make a asoundconf script for ubuntu/kubuntu to switch sound cards? What I can do now, is run:
sudo asoundconf set-default-card "Card name"
..in the command line to switch my default sound card. What I'm trying to do is make a script that I can run that will do this automatically when clicking it, so I don't have to run this from the command line every time. This will probably have to prompt me for my root password too...is this possible?
sudo asoundconf set-default-card "Card name"
..in the command line to switch my default sound card. What I'm trying to do is make a script that I can run that will do this automatically when clicking it, so I don't have to run this from the command line every time. This will probably have to prompt me for my root password too...is this possible?