Hi All, Can anyone give some insight on how to hook up a mic for live audio streaming. I am currently running Ubuntu 12.04 LTS.
Hi there Azeem, you have to plug the microphone in the pink connector. There is MIC written nearby it. Regarding live audio streaming, it's not a hardware problem and has nothing to do with the microphone. Cheers!
Hi Andrea, Thanks for your reply. I am very sure that there is no issue with the hardware. I was just trying to get some information on after hooking up the MIC in the PINK slot on the board. What needs to be done to stream the audio which is coming from the MIC. Hope my query is clear. Cheers,Azeem
Hi there Azeem, I didn't meant you are being rude or sort of I just wanted to point it out. Anyway, I think this may help you: http://askubuntu.com/questions/2849...t-server-for-broadcasting-audio-in-my-network Let me know if you manage to do it!
I've successfully achieved it using icecast + darkice. It involved a bit of compiling (darkice doesn't come with mp3 encoding). I followed this guide: https://stmllr.net/blog/live-mp3-streaming-from-audio-in-with-darkice-and-icecast2-on-raspberry-pi/ Let me know!
I wrote a sample code using ALSA in C that take the data from the Microhpone and records it in a Wave file. You can download it from here https://github.com/carlosneri86/udoo_codes/tree/master/alsa_record