Mercurial > hg > audio-time-warp
comparison src/testApp.h @ 6:b9d05eb35488
bug with loading needs fixing - if you use fullfilename for second audio file, it wont work properly...
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Fri, 04 Nov 2011 22:56:48 +0000 |
parents | 0d51e93bfe74 |
children | 166bece5922c |
comparison
equal
deleted
inserted
replaced
5:0d51e93bfe74 | 6:b9d05eb35488 |
---|---|
121 void drawForwardsAlignmentPathOnChromaSimilarity(const int& startingXFrame, const int& startingYFrame); | 121 void drawForwardsAlignmentPathOnChromaSimilarity(const int& startingXFrame, const int& startingYFrame); |
122 | 122 |
123 void processAudioToDoubleMatrix(DoubleMatrix* myDoubleMatrix, DoubleVector* energyVector); | 123 void processAudioToDoubleMatrix(DoubleMatrix* myDoubleMatrix, DoubleVector* energyVector); |
124 | 124 |
125 void loadNewAudio(string soundFileName); | 125 void loadNewAudio(string soundFileName); |
126 void loadSecondAudio(string soundFileName); | 126 void loadSecondAudio(string sndFileName); |
127 | 127 |
128 void loadSoundFiles(); | 128 void loadSoundFiles(); |
129 void openFileDialogBox(); | 129 void openFileDialogBox(); |
130 void loadLibSndFile(const char * filename); | 130 void loadLibSndFile(const char * filename); |
131 bool getFilenameFromDialogBox(string* fileNameToSave); | 131 bool getFilenameFromDialogBox(string* fileNameToSave); |