dac set clock frequency #155
Unanswered
gerthalberg
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The example is outdated and the correct call is See https://github.com/schreibfaul1/ESP32-audioI2S/blob/master/src/Audio.h#L155 Thanks for reporting this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Commit #156 should fix this issue. The example should compile correctly with that commit merged. For clarity, the call has moved from the 'WM8978' to the 'ESP32-audioI2S' library. So |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying to get this up and running with this Audio library and the Cellie WM8978 library. In the example code there is a call dac.setPinClockFreq(I2S_MCLKPIN, I2S_MFREQ);. however the wm8978 library does not implement this this method - can it be omitted or is there a misunderstanding between the two libraries.
Beta Was this translation helpful? Give feedback.
All reactions