-
|
Hello. I updated AudioTools at 1.1.0 version. When I do BEGIN to use AnalogAudioStream the following error is returned from debugger. In previous versions this problem was not appear never. assert failed: void audio_tools::ConverterAutoCenter::begin(int, int, bool) BaseConverter.h:211 (p_converter!=nullptr) This is my initialize code where failed. Is a bug? Debug information from ESP32 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
|
I check with this code below, and failed too. |
Beta Was this translation helpful? Give feedback.
-
|
@pschatzmann the issue has not been solved, and before I never had problems with this function, please review this because I think there is a bug in version 1.1.0 or severals before. I try now with this code, and the result is the same, failed. I put a link of a video that I recorded previous that your library was updated to 1.1.0. In the video you can see the devide working with this code that now fails but with RXTX_MODE parameter. the debug return this. |
Beta Was this translation helpful? Give feedback.
-
|
@pschatzmann Please, Explain me why with 1.0.1 version of AudioTools my Audiokit ESP32-A1S works fine!! |
Beta Was this translation helpful? Give feedback.

I check with this code below, and failed too.