-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No AudioOut sounds with M5Stack CoreS3 #1236
Comments
I've been progressing with debugging, but I still haven't seen a solution. As I continue to read through the esp-idf code, I'm starting to think that the cause might be the incorrect calculation of clock division, which was mentioned in a previous discussion. Indeed, regarding this calculation process, there have been changes from esp-idf v4 to v5, and it seems that even if the same sample rate is given, the results are different. However, I'm not sure how to identify the cause from here or how to fix it, and I'm stuck. I would appreciate assistance from anyone with knowledge of esp-idf and who has the CoreS3. |
Thank you for working on this issue. I hoped that IDF v5 would bring an end to these kinds of audio problems. There isn't much to configure for the I2S audio output:
Sorry, I don't have a better idea right now. I would also suggest trying I2S audio output on a different ESP32-S3 board, to confirm that it works correctly (it should, I know we tested this!). Maybe @mkellner can help with that. |
@meganetaaan |
@stc1988 |
Build environment: Linux
Moddable SDK version: v4.2.0, v4.2.1
Target device: M5Stack CoreS3
Description
With M5Stack CoreS3 and the ModdableSDK v4.2.1, no sound can be played through the AudioOut class, leaving a slight noise at the beginning.
Steps to Reproduce
piu/sounds
example app usingmcconfig -m -p esp32/m5stack
.Other information
The text was updated successfully, but these errors were encountered: