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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ ESP-GMF consists of three modules: **GMF-Core**, **GMF-Elements**, and **GMF-Exa
11
11
12
12
# ESP-GMF Component Overview
13
13
14
-
Each ESP-GMF functional module exists as a component, currently including [GMF-Core](./gmf_core/README.md), [ESP-GMF-Audio](./gmf_elements/gmf_audio/README.md), ESP-GMF-Image, [ESP-GMF-Misc](./gmf_elements/gmf_misc/README.md), [ESP-GMF-IO](./gmf_elements/gmf_io/README.md), and [GMF-AI-Audio](./gmf_elements/gmf_ai_audio/README.md).
14
+
Each ESP-GMF functional module exists as a component, currently including [GMF-Core](./gmf_core/README.md), [GMF-Audio](./gmf_elements/gmf_audio/README.md), [GMF-Misc](./gmf_elements/gmf_misc/README.md), [GMF-IO](./gmf_elements/gmf_io/README.md), and [GMF-AI-Audio](./gmf_elements/gmf_ai_audio/README.md).
15
15
16
16
| Component Name | Function | Dependent Components |
|[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 | - `gmf_core`<br>- `esp_audio_effects`<br>- `esp_audio_codec`|
20
-
|[esp_gmf_misc](./gmf_elements/gmf_misc)| Utility elements | None |
19
+
|[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
+
|[gmf_misc](./gmf_elements/gmf_misc)| Utility elements | None |
21
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`|
22
+
|[gmf_io](./gmf_elements/gmf_io)| Input/output for files, flash, and HTTP | - `gmf_core`<br>- `esp_codec_dev`|
23
23
|[gmf_ai_audio](./gmf_elements/gmf_ai_audio)| Elements for intelligence audio processing | - `esp-sr`<br>- `gmf_core`|
24
24
25
25
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