hjltu / esp8266-wifi-microphone

esp8266 as a wifi microphone
Other
89 stars 13 forks source link

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

Open fabikm opened 4 years ago

fabikm commented 4 years ago

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.

sujitrp commented 4 years ago

Hi Fabikm

Did u get this VLC player project completed?

fabikm commented 4 years ago

Hi,

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

hjltu commented 3 years ago

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

hjltu commented 3 years ago

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; }