-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspeech-recognizer-tools.pro
55 lines (46 loc) · 1.06 KB
/
speech-recognizer-tools.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-03-18T01:23:52
#
#-------------------------------------------------
QT += core gui
QT += multimedia
CONFIG += qwt
CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = speech-recognizer-tools
TEMPLATE = app
LIBS += /home/vzhitko/SRC/aquila/aquila/lib/libAquila.a
LIBS += /home/vzhitko/SRC/aquila/aquila/lib/libOoura_fft.a
INCLUDEPATH += /home/vzhitko/SRC/aquila/aquila/include
SOURCES += main.cpp\
mainwindow.cpp \
speechproc.cpp \
addtext.cpp \
worditem.cpp \
recorder.cpp \
settings.cpp \
player.cpp \
plotter.cpp \
SpeechDetector.cpp \
spectrumplotter.cpp \
results.cpp
HEADERS += mainwindow.h \
consts.h \
speechproc.h\
addtext.h \
worditem.h \
recorder.h \
settings.h \
player.h \
plotter.h \
SpeechDetector.h \
spectrumplotter.h \
results.h
FORMS += mainwindow.ui \
addtext.ui \
settings.ui \
player.ui \
results.ui
RESOURCES += \
icons.qrc