vote up 1 vote down star

I need help converting WAV files to MP3 format in VB6. I did already find source code in C#, but I can't use that

flag

3 Answers

vote up 2 vote down

AFAIK, MP3 compression is under a patent, you can do that legally only by buying a license.

Or, like many other softwares, use the Lame DLL without distributing it but asking to download it in a site not under the same laws...

Somehow, that's how Opera does with GPL software: they don't provide spelling correction out of the box but they instruct to download and install aspell...

Note you can use free alternatives, like Ogg Vobis, it depends on your purpose.

link|flag
You can only sell commercial software that does MP3 encoding by licensing from Frauenhofer (decoding is OK). Personal use does not require a license. – MusiGenesis Nov 8 '08 at 12:47
I might have that backwards (it might be that decoding needs the license but encoding does not). Either way, it doesn't apply to personal use. – MusiGenesis Nov 8 '08 at 12:51
I don't know what you call "personal use", but even freewares I get on Internet doesn't provide MP3 compression out of the box. Now, I am not a lawyer... But indeed, that's compression which under license, decompression is free. A bit like Rar compression format. – PhiLho Nov 8 '08 at 19:06
vote up 5 vote down

Here is a code example from the greatest programmer on Earth (Google):

VB6 Lame MP3 Encoder

Don't let the word "lame" fool you - it stands for "LAme Mp3 Encoder", I think.

link|flag
vote up 0 vote down

thanks for your useful comments. best regards

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.