Mercurial > hg > svcore
comparison data/fileio/OggVorbisFileReader.h @ 920:f3cda3280398 tonioni
Add normalised option to CodedAudioFileReader
author | Chris Cannam |
---|---|
date | Fri, 13 Jun 2014 16:03:48 +0100 |
parents | 7feec7756b41 |
children | d03b3d956358 |
comparison
equal
deleted
inserted
replaced
919:4c7b4040bd2d | 920:f3cda3280398 |
---|---|
41 | 41 |
42 OggVorbisFileReader(FileSource source, | 42 OggVorbisFileReader(FileSource source, |
43 DecodeMode decodeMode, | 43 DecodeMode decodeMode, |
44 CacheMode cacheMode, | 44 CacheMode cacheMode, |
45 size_t targetRate = 0, | 45 size_t targetRate = 0, |
46 bool normalised = false, | |
46 ProgressReporter *reporter = 0); | 47 ProgressReporter *reporter = 0); |
47 virtual ~OggVorbisFileReader(); | 48 virtual ~OggVorbisFileReader(); |
48 | 49 |
49 virtual QString getError() const { return m_error; } | 50 virtual QString getError() const { return m_error; } |
50 | 51 |