mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: added creation of voice files with rbutil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16059 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5be332938d
commit
9f686700d4
12 changed files with 870 additions and 88 deletions
|
|
@ -42,8 +42,12 @@ SOURCES += rbutilqt.cpp \
|
|||
browseof.cpp \
|
||||
preview.cpp \
|
||||
encoders.cpp \
|
||||
tts.cpp
|
||||
|
||||
tts.cpp \
|
||||
../../tools/wavtrim.c \
|
||||
../../tools/voicefont.c \
|
||||
voicefile.cpp \
|
||||
createvoicewindow.cpp
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
install.h \
|
||||
httpget.h \
|
||||
|
|
@ -80,10 +84,14 @@ HEADERS += rbutilqt.h \
|
|||
browseof.h \
|
||||
preview.h \
|
||||
encoders.h \
|
||||
tts.h
|
||||
tts.h \
|
||||
../../tools/wavtrim.h \
|
||||
../../tools/voicefont.h \
|
||||
voicefile.h \
|
||||
createvoicewindow.h
|
||||
|
||||
# Needed by QT on Win
|
||||
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher ../../tools/rbspeex
|
||||
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher ../../tools/rbspeex ../../tools
|
||||
|
||||
LIBS += -L../../tools/rbspeex -lrbspeex
|
||||
|
||||
|
|
@ -115,7 +123,8 @@ FORMS += rbutilqtfrm.ui \
|
|||
rbspeexcfgfrm.ui \
|
||||
encexescfgfrm.ui \
|
||||
ttsexescfgfrm.ui \
|
||||
sapicfgfrm.ui
|
||||
sapicfgfrm.ui \
|
||||
createvoicefrm.ui
|
||||
|
||||
RESOURCES += rbutilqt.qrc
|
||||
win32 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue