forked from len0rd/rockbox
rbutil: split tts.cpp/h into individual files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
31c18116de
commit
3215c09462
13 changed files with 1002 additions and 850 deletions
|
|
@ -98,7 +98,10 @@ SOURCES += rbutilqt.cpp \
|
|||
base/encoders.cpp \
|
||||
encttscfggui.cpp \
|
||||
base/encttssettings.cpp \
|
||||
base/tts.cpp \
|
||||
base/ttsbase.cpp \
|
||||
base/ttsexes.cpp \
|
||||
base/ttssapi.cpp \
|
||||
base/ttsfestival.cpp \
|
||||
../../tools/wavtrim.c \
|
||||
../../tools/voicefont.c \
|
||||
base/voicefile.cpp \
|
||||
|
|
@ -155,7 +158,10 @@ HEADERS += rbutilqt.h \
|
|||
base/encoders.h \
|
||||
encttscfggui.h \
|
||||
base/encttssettings.h \
|
||||
base/tts.h \
|
||||
base/ttsbase.h \
|
||||
base/ttsexes.h \
|
||||
base/ttsfestival.h \
|
||||
base/ttssapi.h \
|
||||
../../tools/wavtrim.h \
|
||||
../../tools/voicefont.h \
|
||||
base/voicefile.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue