espressif/esp_board_manager

0.5.7

Latest
uploaded 10 hours ago
Board manager for ESP-GMF

4 examples

  • play_embed_music
    This example plays a WAV file bundled with the firmware from flash, without using a microSD card or network.
    123.04 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card root (`/sdcard/test.wav`) using the ESP-IDF framework.
    8.67 KB
  • record_and_play
    This example demonstrates real-time audio loopback by immediately playing samples from the ADC on the DAC for a set duration.
    8.18 KB
  • record_to_sdcard
    This example captures audio from the microphone, encodes it as PCM in a WAV container, and saves to `/sdcard/test.wav`.
    9.42 KB