Add Audio to your Raspberry Pi Youtube Stream

I already stream video to my youtube channel with the Raspberry Pi, now I need to audio

Engineers Notes

Insert a USB Microphone into the Raspberry Pi

Install software

sudo apt-get install libasound2-dev

arecord -D plughw:1 –duration=30 -f cd -vv ~/audio/test.wav

omxplayer -p -o hdmi ~/audio.wav