-
Notifications
You must be signed in to change notification settings - Fork 20
/
TensorVox.pro
135 lines (119 loc) · 3.8 KB
/
TensorVox.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
QT += core gui
QT += multimedia
QT += winextras
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
CONFIG += c++17
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
EnglishPhoneticProcessor.cpp \
FastSpeech2.cpp \
MultiBandMelGAN.cpp \
TextTokenizer.cpp \
Voice.cpp \
VoxCommon.cpp \
attention.cpp \
batchdenoisedlg.cpp \
espeakphonemizer.cpp \
ext/ByteArr.cpp \
ext/Qt-Frameless-Window-DarkStyle-master/DarkStyle.cpp \
ext/Qt-Frameless-Window-DarkStyle-master/framelesswindow/framelesswindow.cpp \
ext/Qt-Frameless-Window-DarkStyle-master/framelesswindow/windowdragger.cpp \
ext/ZCharScanner.cpp \
ext/ZFile.cpp \
ext/qcustomplot.cpp \
istftnettorch.cpp \
main.cpp \
mainwindow.cpp \
melgen.cpp \
modelinfodlg.cpp \
phddialog.cpp \
phonemizer.cpp \
phoneticdict.cpp \
phonetichighlighter.cpp \
spectrogram.cpp \
tacotron2.cpp \
tacotron2torch.cpp \
tfg2p.cpp \
torchmoji.cpp \
track.cpp \
vits.cpp \
voicemanager.cpp \
voxer.cpp
HEADERS += \
EnglishPhoneticProcessor.h \
FastSpeech2.h \
MultiBandMelGAN.h \
TextTokenizer.h \
Voice.h \
VoxCommon.hpp \
attention.h \
batchdenoisedlg.h \
espeakphonemizer.h \
ext/AudioFile.hpp \
ext/ByteArr.h \
ext/CppFlow/context.h \
ext/CppFlow/cppflow.h \
ext/CppFlow/datatype.h \
ext/CppFlow/defer.h \
ext/CppFlow/model.h \
ext/CppFlow/ops.h \
ext/CppFlow/raw_ops.h \
ext/CppFlow/tensor.h \
ext/Qt-Frameless-Window-DarkStyle-master/DarkStyle.h \
ext/Qt-Frameless-Window-DarkStyle-master/framelesswindow/framelesswindow.h \
ext/Qt-Frameless-Window-DarkStyle-master/framelesswindow/windowdragger.h \
ext/ZCharScanner.h \
ext/ZFile.h \
ext/json.hpp \
ext/qcustomplot.h \
istftnettorch.h \
mainwindow.h \
melgen.h \
modelinfodlg.h \
phddialog.h \
phonemizer.h \
phoneticdict.h \
phonetichighlighter.h \
spectrogram.h \
tacotron2.h \
tacotron2torch.h \
tfg2p.h \
torchmoji.h \
track.h \
vits.h \
voicemanager.h \
voxer.h
FORMS += \
batchdenoisedlg.ui \
ext/Qt-Frameless-Window-DarkStyle-master/framelesswindow/framelesswindow.ui \
mainwindow.ui \
modelinfodlg.ui \
phddialog.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DEFINES += _CRT_SECURE_NO_WARNINGS
INCLUDEPATH += $$PWD/deps/include
INCLUDEPATH += $$PWD/deps/include/libtorch
INCLUDEPATH += $$PWD/ext/Qt-Frameless-Window-DarkStyle-master/framelesswindow
win32: LIBS += -L$$PWD/deps/lib/ tensorflow.lib r8bsrc64.lib rnnoise64.lib LogitechLEDLib.lib LibNumberText64.lib c10.lib torch.lib torch_cpu.lib libespeak-ng.lib
win32: LIBS += Advapi32.lib User32.lib Psapi.lib
RESOURCES += \
ext/Qt-Frameless-Window-DarkStyle-master/darkstyle.qrc \
ext/Qt-Frameless-Window-DarkStyle-master/framelesswindow.qrc \
stdres.qrc
win32:RC_ICONS += winicon.ico
VERSION = 1.2.0.0
CONFIG += force_debug_info
QMAKE_CXXFLAGS += /std:c++17 /utf-8 -DPSAPI_VERSION=1
DISTFILES += \
res/defaultim.png