Hi
Benutzt du BASS_SYNC_MIXTIME?
En Beispiel aus meinem Code
Delphi-Quellcode:
if BASS_ChannelPlay(Channel, true) then
begin
if FRemoveSilence then
begin
BASS_ChannelRemoveSync(Channel, SyncEnd);
SyncEnd:= BASS_ChannelSetSync(Channel, BASS_SYNC_POS or BASS_SYNC_MIXTIME, End_Point, @SongEndSync, 0);
end