Thread: DirectSound vs DirectMusic

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    417

    DirectSound vs DirectMusic

    I have a bunch of friends and we're making a zelda-like game.

    We're trying to decide which to use, DirectSound or DirectMusic.

    We don't want to have dynamic music because it is too complicated.

    What are some pros and cons of each, and tutorials on how to use them?

    Thanks SO much!

    -Trauts

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Er, DirectSound is a system used to record and playback sound. DirectMusic is a mechanism that works on top of DirectSound to provide services including dynamic music. That's like comparing a branch with a tree.

    It depends on what sort of music you're going to use. If it's MIDI files then using MCI may be all you need. If you plan on playing a wave file or MP3 as music, then it gets more complicated.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    417
    MP3, most likely

  4. #4
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Away.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectMusic engine problem
    By VirtualAce in forum Game Programming
    Replies: 7
    Last Post: 03-17-2005, 06:12 PM
  2. Confusion with DirectMusic tutorial
    By Hunter2 in forum Game Programming
    Replies: 0
    Last Post: 06-09-2003, 09:24 PM
  3. DirectSound vs. DirectMusic
    By Hunter2 in forum Game Programming
    Replies: 3
    Last Post: 06-05-2003, 04:30 PM
  4. Streaming not necesary in DirectMusic 9?
    By Anonymous Cowar in forum Windows Programming
    Replies: 1
    Last Post: 03-16-2003, 11:16 AM
  5. DirectSound
    By headexplodes in forum Game Programming
    Replies: 2
    Last Post: 12-04-2001, 08:15 AM