TinyAudio fixes for OSX etc.
This commit is contained in:
@@ -16,6 +16,7 @@ const unsigned long B3_FLOAT64 = 0x20;
|
||||
|
||||
b3ReadWavFile::b3ReadWavFile()
|
||||
{
|
||||
fd_ = 0;
|
||||
m_machineIsLittleEndian = b3MachineIsLittleEndian();
|
||||
}
|
||||
b3ReadWavFile::~b3ReadWavFile()
|
||||
@@ -488,4 +489,4 @@ bool b3ReadWavFile::read(unsigned long startFrame, bool doNormalize)
|
||||
// error:
|
||||
// oStream_ << "FileRead: Error reading file data.";
|
||||
// handleError( StkError::FILE_ERROR);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user