# Changelog ## v0.8.0 ### Features - Added `pipeline_play_http_music` example for playing online music via HTTP - Added `pipeline_http_download_to_sdcard` example for HTTP file downloads to SD card - Added `pipeline_record_http` example for uploading the recorded audio to HTTP server - Added power manage support for recording example `pipeline_record_sdcard` - Added `pipeline_audio_effects` example demonstrating audio effects (ALC, EQ, FADE, SONIC, DRC, MBC) usage in GMF pipeline - Added `pipeline_loop_play_no_gap` example for seamless playback of music file - Added `pipeline_play_multi_source_music` example - multi-source music player supporting HTTP, SD card, and Flash audio sources ## v0.7.2~1 ### Bug Fixes - Removed CONFIG_AUDIO_BOARD and CODEC_I2C_BACKWARD_COMPATIBLE in sdkconfig.defaults ## v0.7.2 ### Bug Fixes - Added prebuild script to solve compilation issue ## v0.7.1 ### Bug Fixes - Fixed `pipeline_play_sdcard_music` example playback fail due to format not set - Fixed examples codec device setting mismatch with process output ## v0.7.0 ### Features - Initial version of `gmf_examples`
02d35e11040e3980228c46cf3de1f2432dbfe4ff
idf.py add-dependency "espressif/gmf_examples^0.8.0"