Decoding with Bass

Started by Guest,

Guest

Hello.
Which files can I decode with bass.dll?(Only MP3,OGG?)
And how can I decode them :) ?
Does someone has a delphi example?

Thanks

Atilla

First of all - I DO recommend reading the documentation of bass, or at least what's posted on the site. You can decode mp3, ogg, wavs (No kidding ;+) ), various tracker formats and every wierd standart you have a windows codec installed for.
 The BASS package includes various examples and simple working programs in C, Delphi, TMT pascal et.c etc. so yoy can VERY easily see how it's used. It's not a big philosofy anyway so just spend 10 minutes to see it.

(This was a polite way to say RTFM)

Guest

thanks for your reply.
is there really a decoding exampel?
I didn't found one maybe you can be some more detailed.

thanks

Irrational86

#3
The decoding example is called WriteWav.

For C/C++ goto the C folder and find writewav.c

For Delphi goto the Delphi folder and inside there is a folder called writewav with the example inside

For VB goto the VB folder and find the writewav folder which contains the example