Results 1 to 15 of 15

Thread: fmod (audio library) - vb api wrapper - with examples

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2009
    Posts
    489

    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.

    edit: forgot to mention
    you need the dll for this to work
    you can download it here
    http://www.fmod.org/index.php/download
    Attached Files Attached Files
    Last edited by whatsup; May 6th, 2010 at 04:41 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width