Doing this one time is enough.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user