uploaded 2 weeks ago
Espressif GMF Related Examples
9 examples
-
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-…
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…
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…
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…
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…
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…
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…
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.…
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…
18.99 KB