Thread: music player

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    5

    music player

    Howdy,

    i was thinking of making a music player that you can open files and play, pause and stop them.

    i dont know where to start, tutorials would be a great help

    thanks in advance,
    yhack

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    I think the easiest way to do this is via directX. Just search for playing media with directX.

  3. #3
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Easiest way is actually FMOD. You can initialize, load, and play songs in 3 function calls.

    http://www.fmod.org

    I love it personally

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 11-03-2008, 09:48 PM
  2. Portable Music Player
    By CornedBee in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 04-08-2008, 03:07 AM
  3. My first python project =)
    By Desolation in forum Tech Board
    Replies: 14
    Last Post: 06-26-2007, 10:52 PM
  4. A question about constructors...
    By Wolve in forum C++ Programming
    Replies: 9
    Last Post: 05-04-2005, 04:24 PM
  5. Trying To Implement A 'Player' Class
    By adc85 in forum C++ Programming
    Replies: 2
    Last Post: 04-02-2003, 03:51 PM