o copy component audio_board from ADF and create custom component from it o copy component audio_hal from ADF and create custom component from it o copy component audio_sal from ADF and create custom component from it o copy component esp_peripherals from ADF and create custom component from it - add fLaC support through xiph's original repository as a git module
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
[submodule "components/opus/opus"]
|
|
path = components/opus/opus
|
|
url = https://github.com/xiph/opus
|
|
[submodule "components/esp-dsp"]
|
|
path = components/esp-dsp
|
|
url = https://github.com/espressif/esp-dsp
|
|
[submodule "components/flac/flac"]
|
|
path = components/flac/flac
|
|
url = https://github.com/xiph/flac.git
|