Thread: MP3 to WAVE and WAVE to MP3 conversion

  1. #1
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373

    MP3 to WAVE and WAVE to MP3 conversion

    I was wondering, are there any commands in FMOD to convert mp3 to wave and wave to mp3?

    if there is a website with this on it, please give me a link. Thank you.
    This war, like the next war, is a war to end war.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Check out MP3-Tech.

    http://www.mp3-tech.org/

    Kuphryn

  3. #3
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    I went there, and it didn't help much. I was looking for tutorials, not for already made things... not to mention Galeon is one LAME (hehe) browser.

    For those not on linux: LAME is an MP3 thingy.
    This war, like the next war, is a war to end war.

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Search Google.

    Kuphryn

  5. #5
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    I have searched google, but i only found already made programs for a low price, you can see the source code...

    What i am wanting to do is make a sound system. A program that plays, converts, rips and burns.
    This war, like the next war, is a war to end war.

  6. #6
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138

  7. #7
    Senor Member nomi's Avatar
    Join Date
    Jan 2004
    Posts
    129
    winamp???

  8. #8
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  9. #9
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Both formats are standard and well documented. Get a hold of all the reference material you can and just start working out the gory details. No reason a decent programmer couldn't figure it out in a weeks time or so - given enough serious time on the project. And don't let lazyness stop you, either. If you're stumped that's ok, but don't let it stop you from trying to figure the problem out on your own.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 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
  2. Help open wave file in Borland C++ plz
    By toa2k in forum C++ Programming
    Replies: 1
    Last Post: 01-22-2004, 07:55 AM
  3. wave player or mp3 player using C
    By lliero in forum C Programming
    Replies: 5
    Last Post: 02-27-2002, 11:33 AM