not able to get sound #84
simmit123456789
started this conversation in
General
Replies: 1 comment 1 reply
-
|
managed to figure it out myself by editing- board_audio_kit_es8388.h |
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.
-
Absolute beginners question sorry. I'm able to compile the ml_audio_test example with BOARD_ESP32_AUDIO_KIT_ES8388 enabled but get no sound at all. any suggestions for a total novice would be much appreciated. below is the return message i get.
Thanks in advance
Library ML SynthTools has been declared precompiled:
Precompiled library in "c:\Users\User\Documents\Arduino\libraries\ML_SynthTools\src\esp32" not found
Library ML SynthTools Libraries has been declared precompiled:
Using precompiled library in c:\Users\User\Documents\Arduino\libraries\ML_SynthTools_Libraries\src\esp32
Sketch uses 760637 bytes (58%) of program storage space. Maximum is 1310720 bytes.
Global variables use 45616 bytes (13%) of dynamic memory, leaving 282064 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port COM4
Connecting.....
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 10:06:1c:d8:b0:1c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x000cbfff...
Compressed 18992 bytes to 13110...
Writing at 0x00001000... (100 %)
Wrote 18992 bytes (13110 compressed) at 0x00001000 in 0.5 seconds (effective 310.3 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 320.9 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 445.5 kbit/s)...
Hash of data verified.
Compressed 767216 bytes to 493495...
Writing at 0x00010000... (3 %)
Writing at 0x0001c304... (6 %)
Writing at 0x00027f33... (9 %)
Writing at 0x0003335c... (12 %)
Writing at 0x0003895a... (16 %)
Writing at 0x0003e0e6... (19 %)
Writing at 0x000434c8... (22 %)
Writing at 0x0004908b... (25 %)
Writing at 0x0004e1f4... (29 %)
Writing at 0x00053487... (32 %)
Writing at 0x0005877e... (35 %)
Writing at 0x0005d9df... (38 %)
Writing at 0x00062d14... (41 %)
Writing at 0x00068089... (45 %)
Writing at 0x0006d422... (48 %)
Writing at 0x000730c5... (51 %)
Writing at 0x000786ae... (54 %)
Writing at 0x0007d93e... (58 %)
Writing at 0x00082d65... (61 %)
Writing at 0x00088215... (64 %)
Writing at 0x0008d817... (67 %)
Writing at 0x00093156... (70 %)
Writing at 0x00098f19... (74 %)
Writing at 0x0009e861... (77 %)
Writing at 0x000a7037... (80 %)
Writing at 0x000af724... (83 %)
Writing at 0x000b4814... (87 %)
Writing at 0x000ba0d5... (90 %)
Writing at 0x000bf9d2... (93 %)
Writing at 0x000c4dd1... (96 %)
Writing at 0x000ca927... (100 %)
Wrote 767216 bytes (493495 compressed) at 0x00010000 in 7.5 seconds (effective 820.7 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
Beta Was this translation helpful? Give feedback.
All reactions