Play Audio CD via Soundcard
-
Hi, I need to add a feature to a program to play an audio CD. However, the audio needs to be output via the soundcard, (not through the auto connector on the back of the CD player...) has anyone got any tips on where to look for this? (Main features requires, play a track starting at a certain time into the track, and retrieving track playback progress). Thanks...
-
Hi, I need to add a feature to a program to play an audio CD. However, the audio needs to be output via the soundcard, (not through the auto connector on the back of the CD player...) has anyone got any tips on where to look for this? (Main features requires, play a track starting at a certain time into the track, and retrieving track playback progress). Thanks...
mci functions can help you. it works easily, it have High level functions that accept text Commands. Search it in msdn
-
mci functions can help you. it works easily, it have High level functions that accept text Commands. Search it in msdn
Yes, I have just discovered that they do work without the audio cable connected, My initial look at them suggested they didn't... Thanks :)