Play bin/cue Audio

Started by AudioVideo,

AudioVideo

Hi
I use this code to play a track on an AudioCD using Bass.Net+BassCD:

BassCd.BASS_CD_StreamCreate(DriveNum, TrackNum, BASSFlag.BASS_STREAM_AUTOFREE)
Bass.BASS_ChannelPlay(MyPlayer, False)

But I also need to play from .bin/.cue files, is there any sample source code in .Net Framework to do that?
Any help is appreciated :)

Ian @ un4seen

Unfortunately, BASSCD doesn't currently support bin+cue files directly. You will need to mount them as a drive for BASSCD to access, using something like WinCDEmu.