I've been looking for some time now for some code or tutorials on how to create MP3 files. I've been toying with an idea I've had but I need to know how to convert audio cd's to MP3.
Any help is appreciated. Thanks.
Printable View
I've been looking for some time now for some code or tutorials on how to create MP3 files. I've been toying with an idea I've had but I need to know how to convert audio cd's to MP3.
Any help is appreciated. Thanks.
Sounds like your trying to write a ripper. If you want to REALLY
write it from scratch, you'll need to have VB interpret the binary of
the CD track (yuk) and then convert it to MP3 binary (yuk). Its
hard, perhaps there is a format converter OCX out there?