static void modplug_init ( void   )  [static]

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:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:04 2010 for herrie by  doxygen 1.6.3