hjltu / esp8266-wifi-microphone

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

Turning raw "str_payload" into RAW audio file #5

Open hamidrajabi opened 1 year ago

hamidrajabi commented 1 year ago

This project seems to be a very nice way to approach sending voice over wifi using esp8266. However, there seems to be a big mystery in the part of turning the string "str_payload" into a RAW audio file and then converting this raw audio file into "WAV" (this part is less tricky!).
I want a code or some sort of a system to take the analog read string numbers as input and outputs the RAW audio file. Regards.