esp8266-wifi-microphone
esp8266-wifi-microphone copied to clipboard
ESP8266 -> microphone -> .wav/mp3 -> VLC
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.
Hi Fabikm
Did u get this VLC player project completed?
Hi,
Unfortunately not. I´m not as good as necessary with the individual programming of ESP8266 :-(.
Hi, everyone. Glad to see u here. ESP just send raw data(bytes) to mqtt server. It's all.
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; }