|
@ -3,6 +3,7 @@ |
|
|
* |
|
|
* |
|
|
* http://esp-idf.readthedocs.io/en/latest/api/peripherals/i2s.html
|
|
|
* http://esp-idf.readthedocs.io/en/latest/api/peripherals/i2s.html
|
|
|
* https://github.com/espressif/esp-idf/blob/375b28650bd1c90d6ac706f63cde9a64d9a7e3e5/examples/peripherals/i2s/main/i2s_example_main.c
|
|
|
* https://github.com/espressif/esp-idf/blob/375b28650bd1c90d6ac706f63cde9a64d9a7e3e5/examples/peripherals/i2s/main/i2s_example_main.c
|
|
|
|
|
|
* see: https://github.com/MrBuddyCasino/ESP32_MP3_Decoder/blob/master/components/audio_renderer/audio_renderer.c
|
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#include "sound.h" |
|
|
#include "sound.h" |
|
|