Basswma+Bass

Started by josl,

josl

Hi there,

I wrote a small Net-Radio App in VB6 and have the problem, that I have no control over my App during the pre-Buffer period with a wma and a mp3 stream. :o
As soon as the buffer is filled, the problem is gone.
I might do a mistake, but I found no solution. Any Idea?

Thanks,
Jo

Ian @ un4seen

QuoteI have no control over my App during the pre-Buffer period
You should create a separate thread, in which you open the streams. That way your main thread can continue to execute at the same time.

I don't use VB myself, so I'm not sure how you'd go about creating threads, but I guess it must be possible somehow :)

josl

Thanks Ian,
It seems to be the only solution. It's not too easy to do that in VB, but I'll try. ;)

Jo