Doing this one time is enough.

This commit is contained in:
Steve Checkoway
2007-03-24 03:15:08 +00:00
parent ce02b88261
commit fef107f778
@@ -88,8 +88,6 @@ RString RageSoundDriver_AU::Init()
AudioStreamBasicDescription streamFormat;
streamFormat.mSampleRate = PREFSMAN->m_iSoundPreferredSampleRate;
if( streamFormat.mSampleRate == 0 )
streamFormat.mSampleRate = 44100;
streamFormat.mFormatID = kAudioFormatLinearPCM;
streamFormat.mFormatFlags = kFormatFlags;
streamFormat.mBytesPerPacket = kBytesPerPacket;