I'm sorry but I need some help, 've been searching this forum and google in vain.
? How to Add USB microphone as Shout input device?
Using Raspberry Pi 3 (2018-11-13-raspbian-stretch) with Music Player Daemon 0.19.21.
I have one Shout output that works perfectly:
Code: Select all
audio_output {
type "shout"
name "RasPi MPD Stream"
description "MPD stream on Raspberry Pi"
host "localhost"
port "8000"
mount "/mpd"
password "pass"
bitrate "256"
format "44100:16:2"
encoding "mp3"
}
I'v tried (device "hw:1,0") and (mpc add alsa://hw:1,0) but in vain.
What do I need to add to mpc.conf to have my microphone as second shoutcast output?