-->
Page 1 of 2

ESP8266 sound transmit

PostPosted: Thu Jul 27, 2017 4:42 am
by Luis Cruz
Hi,
i want to send the audio of a voice call received to several speakers by WIFI. is it possible with ESP8266?
Any sketches? Schematics? Similar project?
best regards

Luis

Re: ESP8266 sound transmit

PostPosted: Fri Jul 28, 2017 4:53 am
by tttapa
Here's a project that takes an mp3 web stream and plays it on an I²S DAC.
Not sure if it's any good, but it seems to be what you're looking for.

Pieter

Re: ESP8266 sound transmit

PostPosted: Fri Jul 28, 2017 5:47 am
by QuickFix
tttapa wrote:Here's a project that takes an mp3 web stream

As I read it, he wants the other way around: audio in -> data stream out.

I guess it would be possible, the ESP is fast enough for an audio codec, but I don't know of any projects (other than the data in -> audio out mentioned).

Re: ESP8266 sound transmit

PostPosted: Fri Jul 28, 2017 8:07 am
by Luis Cruz
tttapa wrote:Here's a project that takes an mp3 web stream and plays it on an I²S DAC.
Not sure if it's any good, but it seems to be what you're looking for.

Pieter


Thank You