Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/StandCore.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (hide annotations) (download)
Sun Oct 28 16:39:17 2012 UTC (11 years, 5 months ago) by haruneko24
File size: 7722 byte(s)
[math::dsp] update WORLD APIs.
[synthesis] (ry
1 haruneko24 6 QT += core
2     QT += gui
3     QT += multimedia
4     QT += xml
5    
6     include(dependency.pri)
7     TEMPLATE = lib
8     DESTDIR = $${LIB_DIR}
9     TARGET = $${LIB_PREFIX}stand$${LIB_SUFFIX}
10    
11     CONFIG += mobility
12     CONFIG += staticlib
13     MOBILITY = multimedia
14    
15     SOURCES += \
16     io/WaveBuffer.cpp \
17     io/RiffFile.cpp \
18     io/RiffChunk.cpp \
19     utility/Utility.cpp \
20     math/SmootMatching.cpp \
21     math/NormalDistribution.cpp \
22     math/Matrix.cpp \
23     math/MathSet.cpp \
24     math/GmmSet.cpp \
25     math/GmmData.cpp \
26     sequence/importer/SimpleImporter.cpp \
27     sequence/VibratoHandle.cpp \
28     sequence/Track.cpp \
29     sequence/Tempo.cpp \
30     sequence/SingerEvent.cpp \
31     sequence/Sequence.cpp \
32     sequence/NoteEvent.cpp \
33     sequence/LyricHandle.cpp \
34     sequence/ControlCurve.cpp \
35     sequence/importer/VsqTextImporter.cpp \
36     sequence/Measure.cpp \
37     io/midi/MidiFile.cpp \
38     io/midi/MidiChunk.cpp \
39     io/midi/MidiEvent.cpp \
40     io/midi/MetaEvent.cpp \
41     io/midi/ExclusiveEvent.cpp \
42     sequence/importer/VsqImporter.cpp \
43     math/Pca.cpp \
44     io/utau/UtauLibrary.cpp \
45     io/utau/PrefixMap.cpp \
46     io/utau/CharacterSettings.cpp \
47     utility/MessageHandler.cpp \
48     delegate/TrackDelegate.cpp \
49     delegate/PitchDelegate.cpp \
50     delegate/NoteDelegate.cpp \
51     delegate/FileopenDelegate.cpp \
52     delegate/ComboboxDelegate.cpp \
53     utility/task/Task.cpp \
54     utility/task/Worker.cpp \
55     utility/envelope/VolumeComputer.cpp \
56     utility/envelope/F0Computer.cpp \
57     utility/envelope/Envelope.cpp \
58     utility/task/Manager.cpp \
59     gui/EditorWindow.cpp \
60     gui/EditorWidgetConstructor.cpp \
61     gui/EditorWidget.cpp \
62     gui/CorpusWidget.cpp \
63     gui/helper/WaveAnalysisTask.cpp \
64     gui/helper/TimeComputingTask.cpp \
65     gui/helper/EnvelopeComputingTask.cpp \
66     model/TreeItemModel.cpp \
67     model/TreeItem.cpp \
68     model/TrackItem.cpp \
69     model/SequenceModel.cpp \
70     model/PhonemeItem.cpp \
71     model/MeasureItem.cpp \
72     model/EventItem.cpp \
73     model/CorpusModel.cpp \
74     model/ControlItem.cpp \
75     model/xml/TreeXmlFactory.cpp \
76     model/xml/SequenceXmlFactory.cpp \
77     model/xml/CorpusXmlFactory.cpp \
78     model/importer/UtauCorpusImporter.cpp \
79     view/ViewSettings.cpp \
80     view/ViewArea.cpp \
81     view/TrackView.cpp \
82     view/TrackSelector.cpp \
83     view/TrackNameView.cpp \
84     view/SingerView.cpp \
85     view/PianoView.cpp \
86     view/MeasureView.cpp \
87     view/ControlView.cpp \
88     view/ControlSelector.cpp \
89     view/ControlArea.cpp \
90     view/AbstractPianoroll.cpp \
91     view/helper/PitchPainter.cpp \
92     echoes/Dictionary.cpp \
93     echoes/Data.cpp \
94     echoes/Alignment.cpp \
95     echoes/Analyzer.cpp \
96     echoes/Echoes.cpp \
97     echoes/Computer.cpp \
98     echoes/helper/Helper.cpp \
99     delegate/command/LyricChangeCommand.cpp \
100 haruneko24 9 io/audio/AudioTrack.cpp \
101 haruneko24 12 io/audio/AudioStream.cpp \
102     io/audio/AudioChunk.cpp \
103 haruneko24 21 io/audio/AudioRenderer.cpp \
104     io/audio/WaveWriter.cpp \
105     io/audio/WaveReader.cpp \
106 haruneko24 22 io/audio/helper/AudioHelpr.cpp \
107     synthesis/Vocoder.cpp \
108 haruneko24 23 synthesis/VocoderInfo.cpp \
109 haruneko24 24 synthesis/VocoderFrame.cpp \
110     synthesis/SynthesizerNote.cpp \
111 haruneko24 25 synthesis/SynthesizerExpression.cpp \
112 haruneko24 27 synthesis/SynthesizerTrack.cpp \
113 haruneko24 28 synthesis/SynthesizerPhrase.cpp \
114 haruneko24 29 synthesis/AbstractSynthesizer.cpp \
115 haruneko24 32 synthesis/AbstractVocoderEngine.cpp \
116     synthesis/AbstractCorpus.cpp \
117 haruneko24 35 synthesis/WaveCorpus.cpp \
118 haruneko24 36 synthesis/WorldEngine.cpp \
119     math/dsp/tandem_ap.cpp \
120     math/dsp/synthesis_ap.cpp \
121     math/dsp/synthesis.cpp \
122     math/dsp/star.cpp \
123     math/dsp/platinum.cpp \
124     math/dsp/matlabfunctions.cpp \
125     math/dsp/fft.cpp \
126     math/dsp/dio.cpp \
127     math/dsp/common.cpp
128 haruneko24 6
129     HEADERS += \
130     configure.h \
131     io/WaveBuffer.h \
132     io/RiffFile.h \
133     io/RiffChunk.h \
134     utility/Utility.h \
135     math/SmootMatching.h \
136     math/NormalDistribution.h \
137     math/Matrix.h \
138     math/MathSet.h \
139     math/GmmSet.h \
140     math/GmmData.h \
141     sequence/importer/SimpleImporter.h \
142     sequence/importer/Interpreter.h \
143     sequence/importer/Importer.h \
144     sequence/VibratoHandle.h \
145     sequence/Track.h \
146     sequence/Tempo.h \
147     sequence/SingerEvent.h \
148     sequence/Sequence.h \
149     sequence/NoteEvent.h \
150     sequence/LyricHandle.h \
151     sequence/ControlCurve.h \
152     sequence/AbstractHandle.h \
153     sequence/AbstractEvent.h \
154     sequence/importer/Exporter.h \
155     sequence/importer/VsqTextImporter.h \
156     sequence/Measure.h \
157     io/midi/MidiFile.h \
158     io/midi/MidiChunk.h \
159     io/midi/MidiEvent.h \
160     io/midi/MetaEvent.h \
161     io/midi/ExclusiveEvent.h \
162     sequence/importer/VsqImporter.h \
163     math/Pca.h \
164     io/utau/UtauPhoneme.h \
165     io/utau/UtauLibrary.h \
166     io/utau/PrefixMap.h \
167     io/utau/CharacterSettings.h \
168     utility/MessageHandler.h \
169     delegate/TrackDelegate.h \
170     delegate/PitchDelegate.h \
171     delegate/NoteDelegate.h \
172     delegate/FileopenDelegate.h \
173     delegate/ComboboxDelegate.h \
174     utility/task/Task.h \
175     utility/task/Worker.h \
176     utility/envelope/VolumeComputer.h \
177     utility/envelope/F0Computer.h \
178     utility/envelope/EnvelopeComputer.h \
179     utility/envelope/Envelope.h \
180     utility/task/Manager.h \
181     gui/EditorWindow.h \
182     gui/EditorWidget.h \
183     gui/CorpusWidget.h \
184     gui/helper/WaveAnalysisTask.h \
185     gui/helper/EnvelopeComputingTask.h \
186     gui/helper/TimeComputingTask.h \
187     model/xml/TreeXmlFactory.h \
188     model/xml/SequenceXmlFactory.h \
189     model/xml/CorpusXmlFactory.h \
190     view/ViewSettings.h \
191     view/ViewArea.h \
192     view/TrackView.h \
193     view/TrackSelector.h \
194     view/TrackNameView.h \
195     view/SingerView.h \
196     view/PianoView.h \
197     view/MeasureView.h \
198     view/ControlView.h \
199     view/ControlSelector.h \
200     view/ControlArea.h \
201     view/AbstractPianoroll.h \
202     view/helper/PitchPainter.h \
203     model/TreeItemModel.h \
204     model/TreeItem.h \
205     model/TrackItem.h \
206     model/SequenceModel.h \
207     model/PhonemeItem.h \
208     model/MeasureItem.h \
209     model/EventItem.h \
210     model/CorpusModel.h \
211     model/ControlItem.h \
212     echoes/Dictionary.h \
213     echoes/Data.h \
214     echoes/Alignment.h \
215     echoes/Analyzer.h \
216     echoes/Computer.h \
217     echoes/Echoes.h \
218     utility/ControlPoint.h \
219     echoes/helper/Helper.h \
220     delegate/command/LyricChangeCommand.h \
221 haruneko24 9 io/audio/AudioTrack.h \
222 haruneko24 12 io/audio/AudioStream.h \
223     io/audio/AudioChunk.h \
224 haruneko24 21 io/audio/AudioRenderer.h \
225     io/audio/ChunkReader.h \
226     io/audio/ChunkWriter.h \
227     io/audio/WaveWriter.h \
228     io/audio/WaveReader.h \
229 haruneko24 22 io/audio/helper/AudioHelper.h \
230     synthesis/Vocoder.h \
231     synthesis/VocoderInfo.h \
232 haruneko24 23 synthesis/PhraseData.h \
233 haruneko24 24 synthesis/VocoderFrame.h \
234     synthesis/SynthesizerNote.h \
235 haruneko24 25 synthesis/SynthesizerExpression.h \
236 haruneko24 27 synthesis/SynthesizerTrack.h \
237 haruneko24 28 synthesis/SynthesizerPhrase.h \
238 haruneko24 29 synthesis/AbstractSynthesizer.h \
239 haruneko24 30 synthesis/AbstractVocoderEngine.h \
240     model/importer/UtauCorpusImporter.h \
241 haruneko24 32 model/importer/ModelImporter.h \
242     synthesis/AbstractCorpus.h \
243 haruneko24 35 synthesis/WaveCorpus.h \
244 haruneko24 36 synthesis/WorldEngine.h \
245     math/dsp/world.h \
246     math/dsp/tandem_ap.h \
247     math/dsp/synthesis_ap.h \
248     math/dsp/synthesis.h \
249     math/dsp/star.h \
250     math/dsp/platinum.h \
251     math/dsp/matlabfunctions.h \
252     math/dsp/fft.h \
253     math/dsp/dio.h \
254     math/dsp/constant_numbers.h \
255     math/dsp/common.h
256 haruneko24 6
257     FORMS += \
258     gui/EditorWindow.ui
259    
260     RESOURCES += \
261     gui/EditorWindow.qrc \
262     gui/EditorWindow.qrc

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26