-
Hello @pschatzmann. I try to coded a simple WAV recorder, to capture audio from LineIn jack of Audiokit A1S with ES8388v2, but not always the file end fine, sometimes the file is closed good and is possible to play the file under windows but others says corrupt file . This is the simple code. kitStream is the object of board. The same configuration is used to play MP3 and capture samples without problems. Could you help me to know where is the issue of file corruption? Code
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I already solve the problem. Is needed encoderOutStream.begin() always for each new WAV file. |
Beta Was this translation helpful? Give feedback.
-
.. as you can find in the documentation... |
Beta Was this translation helpful? Give feedback.
I already solve the problem. Is needed encoderOutStream.begin() always for each new WAV file.