Registriert seit: 17. Jul 2005
901 Beiträge
Delphi 11 Alexandria
|
Re: [Bass] Musik langsamer abspielen
21. Jun 2009, 17:54
Dann erstell zuerst einen Decoding-Stream, dazu den letzten Parameter auf BASS_STREAM_DECODE setzen.
Delphi-Quellcode:
CH := BASS_StreamCreateFile(True, MS.Memory, 0, MS.Size, BASS_STREAM_DECODE);
Ch := BASS_FX_TempoCreate(Ch, BASS_FX_FREERESSOURCE);
Being smart will count for nothing if you don't make the world better. You have to use your smarts to count for something, to serve life, not death.
|