CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    13

    encode wav to mp3 ?

    does anyone know how to do that and also how to decode an mp3 to wav?


  2. #2
    Join Date
    Jan 2001
    Posts
    165

    Re: encode wav to mp3 ?

    Unfortunately I have yet to find VB source for encoding/decoding mp3s. I have researched this on my own and found the source code from Xing technologies (C,C++). It would be possible to use this code to make a .DLL and then just write a VB front-end to control the encoding/decoding processes. Here is a link to a site with a lot of mp3 utilities + source codes. I'm not sure if the Xing source codes are on there as I do not remember where I found them. If you would like these I can always e-mail you a copy.

    http://mp3.box.sk/box.php3?prj=thrax...rs&key=mp3play

    -K


  3. #3
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: encode wav to mp3 ?

    You might also try www.activex.com I think I
    have seen some ActiveX controls there that will
    do this.

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

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