Hi,
I'd like to reatransmit an internet radio station.
For this I receive the stream via BASS_StreamCreateURL( .... @downloadproc....)
getting the unencoded mp3 frames in the downloadproc,
put them into a ram-buffer. so far this is no problem.
I __dont__ want__ to decode the mp3-stream, feed sampledata into encoder and connect encoder to Bass_encode_CastInit, I'd rather like to feed the received mp3-frames into the
caster.
But I don't know how....
Thanks for any idea & help!!