Thread: more fmod questions

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    more fmod questions

    Loading an audio file in my game sometimes take a long time and causes my program to wait. I was suggested to use a thread to solve this, but using Fsound_sample_load seems to not do as I expected it to do. Is the a good solution and should it work?

    Also, when my game is not the foreground window I make the music pause. However, when I do this and return back to my game and the music has looped 2 times or more it will resume back to where ever it was paused on the first loop. This only happens with mid music. Why does this happen and whats a cure for it?

    For this I'm using the second latest version of Fmod.
    Last edited by lambs4; 05-20-2004 at 04:36 PM.
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM