You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.
# ESP-GM-Examples - [中文版](./README_CN.md) ESP GMF Examples is a component that collects GMF-related examples, mainly designed to help users quickly access GMF examples through component registry. The examples are listed below: | Example Name | Description | Main Components | Data Flow | |---------|---------|---------|---------| | pipeline_play_embed_music | Play music embedded in Flash | - aud_simp_dec<br>- bit_cvt<br>- rate_cvt<br>- ch_cvt | Flash -> Decoder -> Audio Processing -> Output Device | | pipeline_play_sdcard_music | Play music from SD card | - aud_simp_dec<br>- rate_cvt<br>- ch_cvt<br>- bit_cvt | SD Card -> Decoder -> Audio Processing -> Output Device | | pipeline_record_sdcard | Record audio to SD card | - encoder | Input Device -> Encoder -> SD Card | ## Usage
idf.py add-dependency "jason-mao/gmf_examples^0.7.0"