fmod (audio library) - vb api wrapper - with examples
this is a fix i made to the vb version of the fmod api
the original version didn't work,
so i looked in the C version that did work, and fixed the vb ver + tested it with some of the examples, and it works now.
the fmod is an audio library, instead of using mci/directshow/wmp
you can use this lib.
why to use it,
my reason was simple,
mci and directshow couldn't play all mp3 i have,
though they could play most of them, but there were some that they couldn't,
windows media player could play the ones that mci/directshow couldn't,
but i didn't want to depend on it.