comparison data/fileio/MP3FileReader.cpp @ 522:76f6971c8433

* Use FileFinder to find audio source referred to in an RDF document, if it isn't where the document indicates
author Chris Cannam
date Fri, 12 Dec 2008 14:38:10 +0000
parents af7b6e55895b
children 3f68eab92857
comparison
equal deleted inserted replaced
521:5ebcf099dab0 522:76f6971c8433
355 m_channelCount = channels; 355 m_channelCount = channels;
356 356
357 initialiseDecodeCache(); 357 initialiseDecodeCache();
358 358
359 if (m_cacheMode == CacheInTemporaryFile) { 359 if (m_cacheMode == CacheInTemporaryFile) {
360 // m_completion = 1; 360 // std::cerr << "MP3FileReader::accept: channel count " << m_channelCount << ", file rate " << m_fileRate << ", about to start serialised section" << std::endl;
361 std::cerr << "MP3FileReader::accept: channel count " << m_channelCount << ", file rate " << m_fileRate << ", about to start serialised section" << std::endl;
362 startSerialised("MP3FileReader::Decode"); 361 startSerialised("MP3FileReader::Decode");
363 } 362 }
364 } 363 }
365 364
366 if (m_bitrateDenom > 0) { 365 if (m_bitrateDenom > 0) {