From the Hekkus documentation:
s32 hssSpeaker::open (
u32 freqmix,
u32 bps,
bool stereo,
u32 maxmodchannels = MUSIC_MIN,
u32 maxsfxchannels = SOUND_MIN
)
Initialize the Hekkus Sound System.
Open sound output at freqmix, setup a thread for sound update and alloc specified channels.
Parameters:
freqmix output rate in hz.
bps select 16 or 8 bit output.
stereo enable stereo output (true == stereo, false == mono).
maxmodchannels number of ProTracker channels to allocate.
maxsfxchannels number of Wave channels to allocate.
First parameter is the output rate, common value are 11025, 22050 and 44100.
Small mods play & big one's don't
when you load the big one mod what the load function return? With version 0.99.x all the function return an int and not a bool so you can check what is wrong when functions failed (could be an out of memory problem or an incorrect module format).
