Mercurial > hg > svcore
comparison data/fileio/CSVFileReader.h @ 1519:fbe8afdfa8a6 import-audio-data
Add recorded/converted locations logic to this library
author | Chris Cannam |
---|---|
date | Tue, 11 Sep 2018 14:36:51 +0100 |
parents | 1dc64d3d323c |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1518:9c09a3f05139 | 1519:fbe8afdfa8a6 |
---|---|
70 mutable int m_progress; | 70 mutable int m_progress; |
71 ProgressReporter *m_reporter; | 71 ProgressReporter *m_reporter; |
72 | 72 |
73 sv_frame_t convertTimeValue(QString, int lineno, sv_samplerate_t sampleRate, | 73 sv_frame_t convertTimeValue(QString, int lineno, sv_samplerate_t sampleRate, |
74 int windowSize) const; | 74 int windowSize) const; |
75 | |
76 QString getConvertedAudioFilePath() const; | |
75 }; | 77 }; |
76 | 78 |
77 | 79 |
78 #endif | 80 #endif |
79 | 81 |