I'm using a pushStream, which is filled with audiodata. After all data is pushed to the stream I'm using Bass.BASS_ChannelPlay(playPushStream, false) to play it, which works fine but only once. What do I have to do that I can play it multiple times (one after another)?
Reseting position to 0 and using the Loop Basflag did nothing.
Thank you!