Using Audio Tools on custom ESP32 board. #1488
-
Hello, I'm not sure what the problem is, since the board seems to work fine with the esp-idf a2dp example. Any help or thoughts would be greatly appreciated. I did try changing the board type to generic, but that didn't seem to make any difference. Thank you!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't understand, why are you using an AudioKit as output device ? You try to configure the ES8388 sound chip, but if you don't have one this does not make any sense.... Just use a regular I2SStream as output sink! |
Beta Was this translation helpful? Give feedback.
I don't understand, why are you using an AudioKit as output device ? You try to configure the ES8388 sound chip, but if you don't have one this does not make any sense....
Just use a regular I2SStream as output sink!