|
-
Apr 10th, 2000, 10:40 PM
#1
Thread Starter
Junior Member
Is it possible to decode and encode mp3 to wav and wav to mp3?
-
Apr 10th, 2000, 11:55 PM
#2
Addicted Member
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.
-
Apr 11th, 2000, 04:41 AM
#3
transcendental analytic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|