Files
esp-picotts/examples/boot_greeting/main/idf_component.yml
T
J Mattsson 3853b253b3 Initial commit of picotts component for ESP-IDF.
Relevant PicoTTS source imported from https://github.com/ihuguet/picotts rather
than submoduled, in an attempt to keep fetches small.
2024-02-08 14:59:03 +11:00

6 lines
119 B
YAML

dependencies:
espressif/esp_codec_dev: "~1.0.0"
dius/picotts:
version: "~1.0.0"
override_path: "../../../"