Results 1 to 3 of 3

Thread: How can I decode and encode a mp3 to wav and wav to mp3?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Location
    Ede, Gelderland, Nederland
    Posts
    26

    Exclamation

    Is it possible to decode and encode mp3 to wav and wav to mp3?
    LauPro

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ottawa,ON,Canada
    Posts
    217
    In code or with a seperate program?

    Either way the answer is yes, but the method is obviously very different.

    There are plug-ins for Winamp that will let you do it through Winamp, you can get those at the Winamp site. As for in VB code I can't help you there, at least not without knowing the MP3 file architecture.

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Wink

    I don't know any encoding algorims either but there is one way (the cheaters way) to do it. Run bladeenc from your prog and make it invisible, then kill it after it's done and in your unload_event. I know, this is not the best way, but it works
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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