Thread: Playing A Sound

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    11

    Playing A Sound

    Sorry for all the questions, but I have one more.

    I know that it's possible to play a sound via system call to another program with the correct arguments.

    Does anyone know of a program I could use or even a command that will allow me to play a sound when a certain event happens?

  2. #2
    Ultraviolence Connoisseur
    Join Date
    Mar 2004
    Posts
    555
    depends on what operating system you use...you could use library functiosn something like SDL look it up on google.com

  3. #3
    /*enjoy*/
    Join Date
    Apr 2004
    Posts
    159
    hello
    I had this kind of problem when I was a beginner
    but to counsel you and not to confound you with codes of librarys...
    even invent you your own library of sound
    I know well that it is a stain heavy but it is the only way to facilitate work
    Code:
    / * exuse me for mistakes because I use a translator * /

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Low latency sound effects
    By VirtualAce in forum Game Programming
    Replies: 0
    Last Post: 12-21-2004, 01:58 AM
  2. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  3. DirectSound - multiple sounds
    By Magos in forum Game Programming
    Replies: 9
    Last Post: 03-03-2004, 04:33 PM
  4. playing sound under water
    By scott27349 in forum Tech Board
    Replies: 9
    Last Post: 01-26-2003, 03:19 PM
  5. sounds?
    By BODYBUILDNERD in forum C++ Programming
    Replies: 6
    Last Post: 12-06-2002, 03:34 PM