Mercurial > hg > svcore
comparison data/fileio/WavFileReader.h @ 175:b0f4555b625e
* Introduce WritableWaveFileModel, and use it as an output model for audio
real-time plugin transforms. Updates aren't working correctly yet.
author | Chris Cannam |
---|---|
date | Tue, 03 Oct 2006 14:17:37 +0000 |
parents | c03ec31005e1 |
children | 570794f6f6a7 |
comparison
equal
deleted
inserted
replaced
174:f8cf055dbf34 | 175:b0f4555b625e |
---|---|
38 virtual void getInterleavedFrames(size_t start, size_t count, | 38 virtual void getInterleavedFrames(size_t start, size_t count, |
39 SampleBlock &frames) const; | 39 SampleBlock &frames) const; |
40 | 40 |
41 static void getSupportedExtensions(std::set<QString> &extensions); | 41 static void getSupportedExtensions(std::set<QString> &extensions); |
42 | 42 |
43 void updateFrameCount(); | |
44 | |
43 protected: | 45 protected: |
44 SF_INFO m_fileInfo; | 46 SF_INFO m_fileInfo; |
45 SNDFILE *m_file; | 47 SNDFILE *m_file; |
46 | 48 |
47 QString m_path; | 49 QString m_path; |