Replies: 1 comment 3 replies
-
|
I could only hear mouse clicks in the audio. Seems all three links referring to the same audio file. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
All notes the module play sound like noise.
I was able to play the saw test and sine test, but they sound strange—distorted, noisy, or crackly—though they do produce sound: saw example
For testing I'm using:
#define MIDI_DUMP_SERIAL2_TO_SERIAL#define MIDI_RECV_FROM_SERIAL#define MIDI_MONITOR_ENABLEDThe MIDI command I send via serial is 0x903d7f, and the response I get is:
Which seems correct.
But the resulting sound is like this, and clearly not right,
Things i've already try:
I2C 2withI2S 1defined as:
#define ES8388_CFG_I2C 2#define ES8388_PIN_SDA 33#define ES8388_PIN_SCL 32#define ES8388_CFG_I2S 1#define ES8388_PIN_DOUT 35#define ES8388_PIN_DIN 25#define ES8388_PIN_LRCK 26#define ES8388_PIN_SCLK 27#define ES8388_PIN_MCLK 0ES8388_SetDACVOL(0.4);. This became necessary, otherwise the saw wave is overly saturated.I’ve tried to review the I2S code, but haven’t found anything that could clearly explain this behavior.
Could it be a hardware issue with my board? I really hope not—I can't afford to replace it right now.
Any thoughts you might have, or things I could try, would be greatly appreciated.
I’m determined to get this module working, but I keep running into walls.
Beta Was this translation helpful? Give feedback.
All reactions