ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/gmf_examples
0.8.0
Latest
uploaded 5 hours ago
Espressif GMF Related Examples
Readme
Changelog
Dependencies
0
Dependents
0
Examples
9
Versions
5
pipeline_audio_effects
This example showcases the use of the Espressif Generic Media Framework (GMF) to build and run multiple audio processing pipelines, allowing real-…
Archive size ~ 1.32 MB
pipeline_http_download_to_sdcard
This example demonstrates downloading a file from a specified URL over HTTP and saving it to a microSD card, while printing the overall download and…
Archive size ~ 23.09 KB
pipeline_loop_play_no_gap
This example demonstrates how to achieve gapless loop playback of music files from a microSD card using the GMF task strategy function. The strategy…
Archive size ~ 19.99 KB
pipeline_play_embed_music
This example demonstrates playing audio by reading MP3 and other formats from embedded Flash, using a pipeline that decodes the audio, applies…
Archive size ~ 278.28 KB
pipeline_play_http_music
This example demonstrates fetching audio from a network URL via HTTP I/O, decoding it, applying audio effects, and playing through CODEC_DEV_TX. It…
Archive size ~ 22.79 KB
pipeline_play_multi_source_music
This example demonstrates a GMF-based multi-source audio player that plays music from HTTP and SD card, inserting playback of Flash-embedded tones at…
Archive size ~ 99.83 KB
pipeline_play_sdcard_music
This example demonstrates reading music files from a microSD card using FatFs IO, decoding them, applying audio effects, and playing through…
Archive size ~ 19.45 KB
pipeline_record_http
This example captures audio from the codec using CODEC_DEV_RX IO, encodes it with an encoder element, and uploads the encoded data to an HTTP server.…
Archive size ~ 26.82 KB
pipeline_record_sdcard
This example demonstrates capturing audio from the codec via CODEC_DEV_RX IO, encoding it with an encoder element, and saving the encoded data to a…
Archive size ~ 18.99 KB