comparison data/fileio/WavFileReader.cpp @ 259:dc46851837d6

* Fix many compile warnings, remove some debug output
author Chris Cannam
date Mon, 30 Apr 2007 13:36:23 +0000
parents 96a6dd889c68
children 20028c634494
comparison
equal deleted inserted replaced
258:96a6dd889c68 259:dc46851837d6
54 m_frameCount = m_fileInfo.frames; 54 m_frameCount = m_fileInfo.frames;
55 m_channelCount = m_fileInfo.channels; 55 m_channelCount = m_fileInfo.channels;
56 m_sampleRate = m_fileInfo.samplerate; 56 m_sampleRate = m_fileInfo.samplerate;
57 } 57 }
58 58
59 std::cerr << "WavFileReader: Frame count " << m_frameCount << ", channel count " << m_channelCount << ", sample rate " << m_sampleRate << std::endl; 59 // std::cerr << "WavFileReader: Frame count " << m_frameCount << ", channel count " << m_channelCount << ", sample rate " << m_sampleRate << std::endl;
60 60
61 } 61 }
62 62
63 WavFileReader::~WavFileReader() 63 WavFileReader::~WavFileReader()
64 { 64 {