VB BASSCD Player and Ripper

Started by Azoth,

Azoth

For VB Developers.

I've put togeather a project to demonstrate the functions of the wonderful BASSCD library the Ian so graceous to make for us. The project will demonstrate retreving the Drive drescription, Drive letter, Track list, CD Information flags, Playing track streams, Applying Sync's to advance to the next track and catching errors.

In addition to all the basics I've also added the ability to rip the audio track to either WAV or WMA format. When ripping to WMA, examples show how to specify different encoding bitrates and adding file tags.

I hope everyone will find it useful, and please let me know of any issues you run into. Forgive the interface, it's a little clutered.

http://www.dynamic-technologies.net/BASSCDRipper.zip

.Azoth.

Sebastian_Mares

#1
Beautiful program! I only ran the EXE file because I don't have much time at the moment, but I guess the source code is nice, too.
Keep up the good work! :)

Anyway, there is a small bug: although I selected to use the WMA tags, the result was a file without them. I am not sure if this is a BASS error or an implementation failure from your side.

Azoth

I've updated the project and fixed a few minor issues.

.Azoth.