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-GMF-Examples - [English](./README.md) ESP GMF Examples 是一个人汇集了 GMF 相关的 example 空的组件,它主要是为了方便用户通过component registry 快速获取 GMF example 。示例列表如下: | 示例名称 | 功能描述 | 主要组件 | 数据流向 | |---------|---------|---------|---------| | pipeline_play_embed_music | 播放嵌入到 Flash 中的音乐 | - aud_simp_dec<br>- bit_cvt<br>- rate_cvt<br>- ch_cvt | Flash -> 解码器 -> 音频处理 -> 输出设备 | | pipeline_play_sdcard_music | 播放 SD 卡中的音乐 | - aud_simp_dec<br>- rate_cvt<br>- ch_cvt<br>- bit_cvt | SD卡 -> 解码器 -> 音频处理 -> 输出设备 | | pipeline_record_sdcard | 录制音频到 SD 卡 | - encoder | 输入设备 -> 编码器 -> SD卡 | ## 使用说明
idf.py add-dependency "jason-mao/gmf_examples^0.7.0"