June 26th, 2002, 07:39 PM
|
#3 (permalink)
|
| Ultimate Member
Join Date: Oct 2001
Posts: 1,542
|
No chance. VB is slow, slow, slow. All mp3 encoders are written in C, with assembler used for the bits where performance really matters. To write an encoder in VB, you'd need to find encoder source, port it to VB (not the nicest of tasks) and witness a performance hit of, say, 95% (i.e. 20 times slower)
Best bet would be either use a commandline encoder or find a library and link to it. |
| |