SD (mp3) to analogue #975
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
You can't have two variables (objects) with the same name ( |
Beta Was this translation helpful? Give feedback.
-
It seems that this bug has been introduced by this change The correction has been committed... |
Beta Was this translation helpful? Give feedback.
-
I updated the code according to the correction. Still when I connect the speaker I cannot hear anything if not a faint "beep" like sound. What am I missing? Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
You are the only one who can find this out! You need to have some structured testing approach to identify and resolve your issue. Start simple and extend the complexity: https://github.com/pschatzmann/arduino-audio-tools/wiki/It's-not-working As a first test you could replace the AnalogAudioStream with a CSVStream to check if you get some valid audio data. ps. don't forget to clean up the unused typedf |
Beta Was this translation helpful? Give feedback.
It seems that this bug has been introduced by this change
The correction has been committed...