
Originally Posted by
Jenner
For example, look at the part of my example that loads a music file and plays it. See the part in there: BASS_StreamCreateFile()? You'd simple replace that with BASS_FLAC_StreamCreateFile() if it was a FLAC file.
Thanks for help. It seems to work so that one must make these calls before the initialization:
Code:
BASS_PluginLoad(IO.Path.Combine(Application.StartupPath, "basswma.dll"))
BASS_PluginLoad(IO.Path.Combine(Application.StartupPath, "bassflac.dll"))
BASS_PluginLoad(IO.Path.Combine(Application.StartupPath, "bass_ape.dll"))
Efter that you can use the same BASS_StreamCreateFile() function.
By the way you can get rid of the popup in Bass.net.dll if you register, which is free if you don't sell your programs.
http://www.bass.radio42.com/bass_register.html