Stream from DAC buffer to WAV #1894
-
Hello @pschatzmann Could you help me? I'm directly writting bytes to the i2s DAC using
I'd like to stream from this buffer to WAV. How can I do it? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is described in the Wiki about Codecs! I also have the impression that you rely on an obsolete ESP32 Arduino core! |
Beta Was this translation helpful? Give feedback.
-
Yes, I know you had recomended to update previosly but all my project was write so. Change to current version could result in a hard refactoring. I try to use the functionality that this version provide me. I think that I don't explained correctly. I'm generate a custom signals and write this to the DAC directly using write, then I'd like to get this buffer and put each byte-block written to WAV file like a stream. I have not clear how do it. |
Beta Was this translation helpful? Give feedback.
This is described in the Wiki about Codecs!
Please note that the AudioKit class is obsolete and have been replaced by this
I also have the impression that you rely on an obsolete ESP32 Arduino core!
The actual version is 3.1.1!