Replies: 2 comments
-
|
i stuck with the same issue #include "AudioFileSourceSPIFFS.h" AudioGeneratorMP3 *mp3; void setup() { // Specify the MP3 file path // Initialize AudioOutputI2S, specifying the DAC pins. mp3 = new AudioGeneratorMP3(); void loop() { |
Beta Was this translation helpful? Give feedback.
-
|
not provding any audio to be cascaded with amplifier |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got board with amplifier ICs FM8002A and ESP32. I am able to play mp3, but sound is heavy distorted (Wav and mp3 file). If I play artificially generated sound it almost works. I have tried different combinations:
Best I got listen here
Can someone give me any suggestion at lest confirm that it should work or that you had same problems ;(.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions