-->
Page 1 of 1

Decode audio stream using ESP8266

PostPosted: Sun Dec 27, 2015 10:41 am
by Ahmed Moneeb
Hello everyone :)
I am working on some project using the esp8266, and I need some "prefer a code" to convert some audio stream that I managed to get on the chip and send it to the right pin so I can connect my speakers on this pin and listen to this audio :D
the only problem I am facing now is that the audio stream is just printed on the serial monitor to make sure its there , but I can't decode it or listen to it , I want to decode it then listen to it :)
so if someone can tell me a way to do so , I will really appreciate it :)
Thanks to all in advance
Regards :)

Re: Decode audio stream using ESP8266

PostPosted: Sun Dec 27, 2015 11:00 am
by martinayotte
You can take a look at https://github.com/pvvx/mp3_decode
The was a thread last summer about that : viewtopic.php?f=11&t=3431&start=28#p20860

Re: Decode audio stream using ESP8266

PostPosted: Sun Dec 27, 2015 11:30 am
by Ahmed Moneeb
Thanks for the fast reply , but i have this code , the problem is that I can't compile it and upload it to the chip :)
if you can explain the way to compile it , would be great :)
thanks

Re: Decode audio stream using ESP8266

PostPosted: Sun Dec 27, 2015 5:06 pm
by martinayotte
Unfortunately, I didn't try it out yet.
"Time" is the most "missing ingredient", and I still have other priorites ... :?