tags:

views:

202

answers:

1

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!

+1  A: 

Looks like this question has been asked and answered in the un4seen.com forums:

Playing PushStream more than once

Judah Himango