Thread: wave player or mp3 player using C

  1. #1
    Registered User lliero's Avatar
    Join Date
    Oct 2001
    Posts
    59

    Question wave player or mp3 player using C

    hello,

    anyone who has idea on how to play mp3 or wave file format
    using C?



    lliero

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    202
    well, if you're using linux, the answer is yes. For an mp3 player, I would recommend taking a look at the source code for mpg123. For a wav player, read the open source sound programmers guide (a search on google should turn up some results). If you want to see an example, there's a program I'm working on with a simple wav player in it. You can download it from:

    http://www.axisoftime.com/c/programs...d_0_0_1.tar.gz

    </shameless self promotion>

    --starX
    www.axisoftime.com

  3. #3
    Registered User lliero's Avatar
    Join Date
    Oct 2001
    Posts
    59

    Thumbs up thanks man

    thanks for the reply....
    let me take a lot at that link.....



    just in case you need help, you can reach me at [email protected]

    tnks again...
    " programming is 1% syntax and 99% logic "

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Another link to a free open source MP3 player.

    bladeenc.mp3.no/

  5. #5
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    so far as wavs go, check out www.wotsit.org for the format [and tons others, probably has pretty good ones in mp3s by now]
    hasafraggin shizigishin oppashigger...

  6. #6
    Registered User lliero's Avatar
    Join Date
    Oct 2001
    Posts
    59

    thnkx

    thnks guys.... that was a lot of help
    " programming is 1% syntax and 99% logic "

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 11-03-2008, 09:48 PM
  2. Compression/Decompression Wave File and MP3
    By cindy_16051988 in forum Projects and Job Recruitment
    Replies: 51
    Last Post: 04-29-2006, 06:25 AM
  3. which Portable mp3 player?
    By Raihana in forum A Brief History of Cprogramming.com
    Replies: 27
    Last Post: 01-09-2004, 07:58 AM
  4. MP3 to WAVE and WAVE to MP3 conversion
    By Blizzarddog in forum C++ Programming
    Replies: 8
    Last Post: 01-01-2004, 08:32 PM