![]() |
![]() ![]() ![]() |
signed char F_API FSOUND_Init(
int mixrate,
int maxsoftwarechannels,
unsigned int flags
);
mixrate | Output rate in hz between 4000 and 65535. Any thing outside this will cause the function to fail and return FALSE. |
maxchannels | Maximum number of SOFTWARE channels available. The number of HARDWARE channels is autodetected. The total number of channels available (hardware and software) after initialization can be found with FSOUND_GetMaxChannels. Having a large number of maxchannels does not adversely affect cpu usage, but it means it has the POTENTIAL to mix a large number of channels, which can have an adverse effect on cpu usage. |
flags | This is reserved for future expansion. Set it to 0. |