Thread: Playing sounds...

  1. #1
    Not stupid, just stupider yaya's Avatar
    Join Date
    May 2007
    Location
    Earthland
    Posts
    204

    Thumbs up Playing sounds...

    I'm trying to play any sound file type in Dev C++ in a console program but I haven't had any luck. I've searched the net and found heaps of things but nothing seems to work. Is it possible?

  2. #2
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    http://cboard.cprogramming.com/searc...earchid=633292

    EDIT: Any file type? There might be a library out there which will do a lot, but all? There's no need. You trying to make a media player?
    Last edited by twomers; 05-13-2007 at 04:51 AM.

  3. #3
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    twomers, "Sorry - no matches. Please try some different terms.". The page you linked to was temporary, and now someone else's failed search is there.

  4. #4
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    True. Just press search after this link then - http://cboard.cprogramming.com/searc...uery=playsound

  5. #5
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    No reason, just add a "do" param:
    http://cboard.cprogramming.com/searc...und&do=process

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How do I keep the sounds playing?
    By Queatrix in forum Windows Programming
    Replies: 0
    Last Post: 07-21-2007, 10:19 AM
  2. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  3. Playing sounds in Turbo C++
    By Fifasoccer21234 in forum C++ Programming
    Replies: 18
    Last Post: 05-08-2003, 07:27 PM
  4. playing sounds in a DOS program
    By Geo-Fry in forum C++ Programming
    Replies: 1
    Last Post: 03-18-2003, 07:29 PM
  5. playing sounds in a console window
    By elfjuice in forum C++ Programming
    Replies: 1
    Last Post: 06-05-2002, 09:30 PM