Mercurial > hg > svcore
diff data/fileio/AudioFileReader.h @ 663:badbbf0921fa
Merge
author | Chris Cannam |
---|---|
date | Mon, 25 Oct 2010 11:09:02 +0200 |
parents | 5db8181ea521 |
children | f0558e69a074 |
line wrap: on
line diff
--- a/data/fileio/AudioFileReader.h Sun Oct 24 22:10:44 2010 +0200 +++ b/data/fileio/AudioFileReader.h Mon Oct 25 11:09:02 2010 +0200 @@ -39,7 +39,8 @@ size_t getFrameCount() const { return m_frameCount; } size_t getChannelCount() const { return m_channelCount; } size_t getSampleRate() const { return m_sampleRate; } - size_t getNativeRate() const { return m_sampleRate; } // if resampled + + virtual size_t getNativeRate() const { return m_sampleRate; } // if resampled /** * Return the location of the audio data in the reader (as passed