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.

jason-mao/gmf_examples

0.7.0

uploaded 2 days ago
Espressif GMF Related Examples

readme

# 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

Links

Supports all targets

License: Custom

To add this component to your project, run:

idf.py add-dependency "jason-mao/gmf_examples^0.7.0"

or download archive

Stats

  • Archive size
    Archive size ~ 592.69 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

jason-mao/gmf_examples version: 0.7.0
|