Thread: (Very) Old sound

  1. #1
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709

    (Very) Old sound

    I know nothing about sound, so I need some help here.

    How would I get sound into an old DOS game? I'm not sure if it needs to be imported, if I need a certain format, how to create the sounds?

    Any help appreciated as always
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Ambiguousaluicious.

    Let's sort out your question first. Try "my/someone else's old DOS game" instead of "an old DOS game", for example. Does this game have sound in the first place (in which case you are "changing" the sounds) or do you want to add playback capability?

  3. #3
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Sorry for my vagueness.

    It's a DOS engine i'm writing, and I'd like it to have a playback capability of some sort
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  4. #4
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Your only feasible option would be to support the old Sound Blaster/Pro/16 ISA "standard", which may or may not work with modern sound cards. If you've got a Sound Blaster Live! card that'll mean you'll need to have the SB16 emulation drivers loaded, with other cards/chips you may have something similar.

    These legacy articles from GameDev.net should help you on your way with that goal in mind.

    As for supporting the latest and greatest, 5.1 speakers, etc... fancy rewriting the Linux driver?

  5. #5
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    OK thanks for the link
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sound lags in multi-thread version
    By VirtualAce in forum Game Programming
    Replies: 23
    Last Post: 08-27-2008, 11:54 AM
  2. Low latency sound effects
    By VirtualAce in forum Game Programming
    Replies: 0
    Last Post: 12-21-2004, 01:58 AM
  3. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  4. Help me modify my Sound Server
    By zdude in forum C Programming
    Replies: 1
    Last Post: 05-14-2003, 05:15 PM
  5. sounds?
    By BODYBUILDNERD in forum C++ Programming
    Replies: 6
    Last Post: 12-06-2002, 03:34 PM