Thread: Play MP3: Use FMOD Library

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    116

    Question Play MP3: Use FMOD Library

    I have read on forum about how to play Mp3 file fmod library. But, I don't know how to add this library to my project. It's mean on fmod offcial site, there are many topics to down and with each topic, I don't know which file should be add to my project.
    Sorry if my question so silly because I have never done this work before.

    thanks for all

  2. #2
    Registered User
    Join Date
    Aug 2011
    Posts
    116

    Question

    In one post, they say I should copy fmoddex.dll to excuted folder. after that, set: #include"fmod.h". I think this is is nonsense because no file name fmod.h and It's really, my IDE take error: cannot find this file.

    So, how to use this library, huh :-?

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    You'll have to remind us which IDE you're using today.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Aug 2011
    Posts
    116

    Question

    Quote Originally Posted by Salem View Post
    You'll have to remind us which IDE you're using today.
    Oh, I can do it now . Thanks for your help, after download program and read carefully, I understand why you ask me that question

    But know, I have other questions: How to include music file to exe file when running with FMOD ? I just can do this with PlaySound() function. (use resource.h). But if I use this, which command I use in FMOD.
    Help me please.

    thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fmod()
    By Josh@Dreamland in forum C Programming
    Replies: 13
    Last Post: 07-12-2008, 10:05 PM
  2. fmod()
    By salvadoravi in forum C Programming
    Replies: 1
    Last Post: 01-21-2008, 06:55 AM
  3. fmod %
    By robwhit in forum C Programming
    Replies: 1
    Last Post: 07-08-2007, 04:10 AM
  4. how to play play and stop wav files
    By cnu_sree in forum Linux Programming
    Replies: 4
    Last Post: 08-14-2006, 11:11 PM
  5. FMOD implimentation, how'd you do it?
    By Jeremy G in forum Game Programming
    Replies: 10
    Last Post: 06-12-2004, 12:04 AM