CodecOpusOgg encoded data cannot be played #2043
-
Problem Descriptionhi, bro. First of all, thank you very much for your project. He did me a big favor! 🌹 Now I want to send the It was found that the saved file has no length. The reason should be that there is no correct ending. My Arduino code is in a mess! I hope you can help me answer this. Arduino Code
Node Code
Device DescriptionESP32s3 Sketch- Other Steps to ReproduceNo response What is your development environment (incl. core version info)No response I have checked existing issues, discussions and online documentation
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is the detailed information of the audio:
|
Beta Was this translation helpful? Give feedback.
-
Please follow the advice give in this Uncyclo and build and test your sketch in steps. I would suggest to start to with a very simple sketch that just outputs the i2s data to a CSVOutput, if this is working replace the output with a HexDumpOutput. As the next step add the encoding. Only if this is working replace the output class. Test each step separatley and advance only when you have the confirmation that it is wokring. |
Beta Was this translation helpful? Give feedback.
Please follow the advice give in this Uncyclo and build and test your sketch in steps.
I would suggest to start to with a very simple sketch that just outputs the i2s data to a CSVOutput, if this is working replace the output with a HexDumpOutput. As the next step add the encoding. Only if this is working replace the output class.
Test each step separatley and advance only when you have the confirmation that it is wokring.
Also test your WebsocketStream class separatly by sending some defined data.