Mercurial > hg > svcore
diff data/fileio/ResamplingWavFileReader.cpp @ 317:c324d410b096
* RemoteFile -> FileSource
now it's used all over the place for local files as well.
author | Chris Cannam |
---|---|
date | Thu, 18 Oct 2007 16:20:26 +0000 |
parents | 3a6725f285d6 |
children | 1d656dcda8ef |
line wrap: on
line diff
--- a/data/fileio/ResamplingWavFileReader.cpp Thu Oct 18 15:31:20 2007 +0000 +++ b/data/fileio/ResamplingWavFileReader.cpp Thu Oct 18 16:20:26 2007 +0000 @@ -22,7 +22,7 @@ #include <QFileInfo> #include <QApplication> -ResamplingWavFileReader::ResamplingWavFileReader(RemoteFile source, +ResamplingWavFileReader::ResamplingWavFileReader(FileSource source, ResampleMode resampleMode, CacheMode mode, size_t targetRate) : @@ -181,7 +181,7 @@ } bool -ResamplingWavFileReader::supports(RemoteFile &source) +ResamplingWavFileReader::supports(FileSource &source) { return WavFileReader::supports(source); }