issue with AudioWAVServer #954
-
I've tried a few of the examples using AudioWAVServer and made a few of my own, it works using vlc and ffmpeg but if i connect and disconnect it fails to reconnect again, I can see on the serial port that StreamCopier.h is active but the stream does not restart. I get this error in ffmpeg: Invalid data found when processing input I tried the AudioWAVServerEx examples but got this compiler error which I don't understand: In file included from C:\Users\TH~1.POI\AppData\Local\Temp\arduino_modified_sketch_995405\streams-generator-webserverex_wav1.ino:12: Thanks in advance for any help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Difficult to say what you did wrong, but WAV_FORMAT_PCM does not exist any more. It has been replaced by the enum values of the enum class AudioFormat. I can't reproduce your issue with the examples of the latest version of the library. Most likley to tried to mix different versions. |
Beta Was this translation helpful? Give feedback.
Difficult to say what you did wrong, but WAV_FORMAT_PCM does not exist any more. It has been replaced by the enum values of the enum class AudioFormat.
I can't reproduce your issue with the examples of the latest version of the library.
Most likley to tried to mix different versions.