Thread: Audio

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

    Audio

    Can anyone help me in codeing some audio in my program, either explaining here or pointing to some good tutorials.

    I want something simple that has minimum overhead, multiple sound channels is required though because I want to play music in the background and still play menu clicks and other misc sounds. Playing an audio cd is also something I would like to work with.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    194
    You didn't say what OS you are programming for.
    Windows has DirectSound which is a part of DirectX
    For Linux/Windows there is Allegro or SDL, both of which have sound librarys, i believe.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    Sorry bout that, the target OS is windows, I would like to have something that will work fine in 95,95,2000,ME,XP

    Im also useing msvc 6.0.

  4. #4
    Allegro is pretty limited when it comes to Sound and music, but it still is pretty nice. No CD audio, but it can play MP3's MOD's MID's WAV's and lots of other popular formats.

    I hear OpenAL is pretty nice, I just hope it isn't as hard to learn as OpenGL.

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    I know OpenGL, As far as I know there still hasnt been an offical release of OpenAL.

  6. #6
    well I've heard good things about OpenAL, I didn't know it isn't released. You can always go to opengl.org to find out, but I'm lazy

  7. #7
    Registered User
    Join Date
    Apr 2002
    Posts
    142
    or you could also use the win32 apis, start with waveOut, search this on the msdn, as far as i know, these are low levels too,

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Audio Programming
    By dwalters in forum Tech Board
    Replies: 0
    Last Post: 02-07-2008, 04:20 PM
  2. Audio Drivers
    By Tonto in forum Tech Board
    Replies: 8
    Last Post: 08-30-2006, 09:07 PM
  3. audio programming (from scratch)
    By simpleid in forum C Programming
    Replies: 6
    Last Post: 07-26-2006, 09:32 AM
  4. Bluetooth Audio Stream
    By Charmy in forum Windows Programming
    Replies: 2
    Last Post: 05-06-2006, 12:10 AM
  5. Port Audio
    By samGwilliam in forum Windows Programming
    Replies: 9
    Last Post: 12-07-2005, 11:43 AM