CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2003
    Location
    china
    Posts
    53

    how to chage wav file to mp3 file

    how to chage wav file to mp3 file?

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150
    Do you want to do this from within your own application or just using a 3rd party application?
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Apr 2002
    Location
    St.Petersburg, Russia
    Posts
    714
    As I remember - there is a "Lame" program on www.sulaco.org
    This program contains a .dll file, which you can use.
    With best wishes, Alexander Hritonenkov

  4. #4
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Please do not cross post.

    Thanks...

  5. #5
    Join Date
    Aug 2004
    Posts
    6

    Talking

    I'm want a apllition like this..
    -----------
    Please do not cross post.
    -------------------
    Who can tell me What 's the "Cross" 's mean?(I 'm not good at English)

  6. #6
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Quote Originally Posted by w-t[CnM]
    I'm want a apllition like this..
    -----------
    Please do not cross post.
    -------------------
    Who can tell me What 's the "Cross" 's mean?(I 'm not good at English)
    It means when you are asking a question that you only create One thread in the forum that best matches. The reason is that if you create multiple threads then you will get duplicate questions and answers spread between the duplicated threads. This also does not help future members or guests of CG that may be searching for the same solution to a problem.

    The moderators will move threads to the appropriate forums when they believe the question would be better suited in that particular forum. We will also remove duplicate threads when they occur.

  7. #7
    Join Date
    Oct 2002
    Location
    Italy
    Posts
    324
    Quote Originally Posted by w-t[CnM]
    I'm want a apllition like this..
    The official site for LAME is the following: http://lame.sourceforge.net
    Some conversion from wav to mp3 can be achieved also by using the acm on windows 2000: acm
    Regards,
    Marco Era
    www.marcoera.com

    Latest post on my blog: Back to the Amiga's times

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured