1
0
Fork 0
forked from len0rd/rockbox

rbutil: Support 'espeak-ng' and 'mimic' TTS engines

Change-Id: Ibf6e46254f42b28800351fdb303539b2ec13d422
This commit is contained in:
Solomon Peachy 2020-07-19 15:21:09 -04:00
parent 1748b475a9
commit fc4af2062b
4 changed files with 92 additions and 0 deletions

View file

@ -115,8 +115,10 @@ HEADERS += \
base/ttsbase.h \
base/ttsexes.h \
base/ttsespeak.h \
base/ttsespeakng.h \
base/ttsflite.h \
base/ttsfestival.h \
base/ttsmimic.h \
base/ttsswift.h \
base/ttssapi.h \
base/ttssapi4.h \