esp8266-wifi-microphone icon indicating copy to clipboard operation
esp8266-wifi-microphone copied to clipboard

ESP8266 -> microphone -> .wav/mp3 -> VLC

Open fabikm opened this issue 5 years ago • 4 comments

Hi,

this is really cool project, I´m thining if it would be possible to record and send small audio files like 3sec each 15sec for example outside to VLC as audio listener?

Thank you,

Martin.

fabikm avatar Jan 30 '20 10:01 fabikm

Hi Fabikm

Did u get this VLC player project completed?

sujitrp avatar May 05 '20 14:05 sujitrp

Hi,

Unfortunately not. I´m not as good as necessary with the individual programming of ESP8266 :-(.

fabikm avatar May 05 '20 23:05 fabikm

Hi, everyone. Glad to see u here. ESP just send raw data(bytes) to mqtt server. It's all.

hjltu avatar Oct 28 '20 15:10 hjltu

Hi,

this is really cool project, I´m thining if it would be possible to record and send small audio files like 3sec each 15sec for example outside to VLC as audio listener?

Thank you,

Martin.

Try something like this void my_button() { if(millis()%15000==0) // 15 sec button=true; }

hjltu avatar Oct 28 '20 15:10 hjltu