Hello!
I'm trying to record splitted songs from stream, created by
BASS_StreamCreateURL.
I use
DownloadProc callback for saving data and
SyncProc (callback function, set by
BASS_ChannelSetSync with
BASS_SYNC_META flag) to separate songs (tags changed = track changed).
But I got mistiming

Track ends earlier, that I get new tags for the next track.
I think it's typical question, but I tried to search in forum at leats for 1 hour and found nothing.
Please help, thank you.