Browse Source

see ESP32_MP3_DECODER

main
Hendrik Langer 7 years ago
parent
commit
c46b0790ae
  1. 1
      src/sound.cpp

1
src/sound.cpp

@ -3,6 +3,7 @@
*
* 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
* see: https://github.com/MrBuddyCasino/ESP32_MP3_Decoder/blob/master/components/audio_renderer/audio_renderer.c
*/
#include "sound.h"

Loading…
Cancel
Save