Thread: Sound problem...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    673

    Sound problem...

    Ok, I am sorry for making new thread for this but I found nothing in a search. if I use this function to play a sound.
    Code:
    mciSendString ( "Play song.mid", 0, 0, 0 );
    is there any way to preload the song, so the program doesnt have to load during run-time? I dont mind with .mid files, there isnt any delay there, but with mp3 or wav I need them to be preloaded to be able to have split second song play. Well thank you for any help you may provide.
    Last edited by Raigne; 08-31-2006 at 09:25 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 11-07-2005, 11:34 PM
  2. searching problem
    By DaMenge in forum C Programming
    Replies: 9
    Last Post: 09-12-2005, 01:04 AM
  3. Bin packing problem....
    By 81N4RY_DR460N in forum C++ Programming
    Replies: 0
    Last Post: 08-01-2005, 05:20 AM
  4. Words and lines count problem
    By emo in forum C Programming
    Replies: 1
    Last Post: 07-12-2005, 03:36 PM
  5. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM