comparison data/fileio/MP3FileReader.h @ 920:f3cda3280398 tonioni

Add normalised option to CodedAudioFileReader
author Chris Cannam
date Fri, 13 Jun 2014 16:03:48 +0100
parents a4b8ad0f1a8f
children d03b3d956358
comparison
equal deleted inserted replaced
919:4c7b4040bd2d 920:f3cda3280398
39 39
40 MP3FileReader(FileSource source, 40 MP3FileReader(FileSource source,
41 DecodeMode decodeMode, 41 DecodeMode decodeMode,
42 CacheMode cacheMode, 42 CacheMode cacheMode,
43 size_t targetRate = 0, 43 size_t targetRate = 0,
44 bool normalised = false,
44 ProgressReporter *reporter = 0); 45 ProgressReporter *reporter = 0);
45 virtual ~MP3FileReader(); 46 virtual ~MP3FileReader();
46 47
47 virtual QString getError() const { return m_error; } 48 virtual QString getError() const { return m_error; }
48 49