system(ESP32): Add TTS lib

This commit is contained in:
Wang Wang Wang 2021-11-09 20:52:51 +08:00
parent 048995531b
commit 56f68ced8f

View File

@ -38,7 +38,10 @@ ENDIF (IDF_VERSION_MAJOR GREATER 3)
customized_word_wn5
multinet2_ch
esp_audio_processor
esp_audio_front_end
esp_audio_front_end
esp_tts_chinese
voice_set_xiaole
voice_set_template
"-Wl,--end-group")
elseif(${IDF_TARGET} STREQUAL "esp32s2")
target_link_libraries(${COMPONENT_TARGET} "-L ${CMAKE_CURRENT_SOURCE_DIR}/esp-tts/esp_tts_chinese")