comparison data/fileio/DecodingWavFileReader.cpp @ 1605:d83ab62cdc28

Merge from branch bqaudiostream
author Chris Cannam
date Wed, 30 Jan 2019 14:57:12 +0000
parents ce185d4dd408
children 14747f24ad04
comparison
equal deleted inserted replaced
1586:841b2a3e606d 1605:d83ab62cdc28
56 } 56 }
57 57
58 m_channelCount = m_original->getChannelCount(); 58 m_channelCount = m_original->getChannelCount();
59 m_fileRate = m_original->getSampleRate(); 59 m_fileRate = m_original->getSampleRate();
60 60
61 m_title = m_original->getTitle();
62 m_maker = m_original->getMaker();
63
61 initialiseDecodeCache(); 64 initialiseDecodeCache();
62 65
63 if (decodeMode == DecodeAtOnce) { 66 if (decodeMode == DecodeAtOnce) {
64 67
65 if (m_reporter) { 68 if (m_reporter) {