I will try to reproduce your problem and see what i can do ab
out this
thank you ... just try those lines and you'll see the problem ...
mixerhandle=BASS_Mixer_StreamCreate(44100, 2, 0)
BASS_ChannelPlay(mixerhandle, False)
filehandle1=BASS_StreamCreateFile(False, filename1, 0, 0, BASS_STREAM_DECODE)
BASS_Mixer_StreamAddChannel(mixerhandle, filehandle1, BASS_MIXER_DOWNMIX | BASS_STREAM_AUTOFREE)
BASS_ChannelSlideAttribute(filehandle1, BASS_ATTRIB_VOL, -2, 3000)