diff data/fileio/WavFileReader.cpp @ 1161:5b463c7727e5

Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
author Chris Cannam
date Wed, 24 Feb 2016 10:28:47 +0000
parents 1517d4c60e88
children 1dd98a5432cf
line wrap: on
line diff
--- a/data/fileio/WavFileReader.cpp	Sat Jan 30 12:08:50 2016 +0000
+++ b/data/fileio/WavFileReader.cpp	Wed Feb 24 10:28:47 2016 +0000
@@ -72,7 +72,7 @@
         }
     }
 
-//    cerr << "WavFileReader: Frame count " << m_frameCount << ", channel count " << m_channelCount << ", sample rate " << m_sampleRate << ", seekable " << m_seekable << endl;
+//    cerr << "WavFileReader: Filename " << m_path << ", frame count " << m_frameCount << ", channel count " << m_channelCount << ", sample rate " << m_sampleRate << ", format " << m_fileInfo.format << ", seekable " << m_seekable << endl;
 
 }