I accidentally installed mic.raspiaudio.com when I didn’t need it. Now it’s interfering with another sound card. What’s the procedure to undo?
Thanks for your purchase, ideed I need to add the uninstall procedure on my website. You could try that.
-from /boot/config.txt change this line to the following to activate the onboard audio :
dtparam=audio=on
Then edit /etc/asound.conf modify it to
pcm.!default {
type hw card 1
}
ctl.!default {
type hw card 1
}
-Reboot