You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were quit a few changes around the use of mclk in the Espressif IDE. My hardware doesn't use that signal and to get the code working again I had to call SetMclk(false) on the instance of AudioOutputI2S. There are some comments in the source code to the effect that 'mclk' isn't used, but this isn't the case if use_mclk is true. I don't know what the default for that flag should be, except maybe to be backwards-compatible it should default to false.
The text was updated successfully, but these errors were encountered:
There were quit a few changes around the use of mclk in the Espressif IDE. My hardware doesn't use that signal and to get the code working again I had to call SetMclk(false) on the instance of AudioOutputI2S. There are some comments in the source code to the effect that 'mclk' isn't used, but this isn't the case if use_mclk is true. I don't know what the default for that flag should be, except maybe to be backwards-compatible it should default to false.
The text was updated successfully, but these errors were encountered: