You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[gmf_core](./gmf_core)| Core framework for GMF | None |
19
-
|[esp_gmf_audio](./gmf_elements/gmf_audio)| Elements for audio encoding, decoding,<br>and sound effects processing | - `esp_gmf_core`<br>- `esp_audio_effects`<br>- `esp_audio_codec`|
19
+
|[esp_gmf_audio](./gmf_elements/gmf_audio)| Elements for audio encoding, decoding,<br>and sound effects processing | - `gmf_core`<br>- `esp_audio_effects`<br>- `esp_audio_codec`|
20
20
|[esp_gmf_misc](./gmf_elements/gmf_misc)| Utility elements | None |
21
-
| esp_gmf_image | Elements for image encoding, decoding,<br>and image effects processing | - `esp_gmf_core`<br>- `esp_new_jpeg`|
22
-
|[esp_gmf_io](./gmf_elements/gmf_io)| Input/output for files, flash, and HTTP | - `esp_gmf_core`<br>- `esp_codec_dev`|
21
+
| esp_gmf_image | Elements for image encoding, decoding,<br>and image effects processing | - `gmf_core`<br>- `esp_new_jpeg`|
22
+
|[esp_gmf_io](./gmf_elements/gmf_io)| Input/output for files, flash, and HTTP | - `gmf_core`<br>- `esp_codec_dev`|
23
23
24
24
When developing a project, it is recommended to use the elements and IOs components from the official GMF-Elements repository. You can also create your own elements and IO components to extend its application scenarios.
0 commit comments