Based on the Bass documentation, I'm trying to load an ordinary ogg file, with the following code:
var
FFile : string;
Music: HSAMPLE;
ch: HCHANNEL;
OpenDialog1 : TOpenDialog;
begin
Dynamic_Bass.Load_BASSDLL('Library/Bass.dll');...
asked by
20.02.2014 / 22:00