Set proper parameters in the Modplug library. Definition at line 75 of file audio_format_modplug.c. 00076 { 00077 ModPlug_Settings mset; 00078 00079 ModPlug_GetSettings(&mset); 00080 mset.mChannels = 2; 00081 mset.mBits = 16; 00082 mset.mFrequency = SAMPLERATE; 00083 ModPlug_SetSettings(&mset); 00084 }
Here is the caller graph for this function:
![]() |
1.6.3