Audio CD TOC and Audio Signal Retrieval

T

tomcee

I need to read the TOC (Table of Contents) of Audio CDs, access the
appropriate pointers to the audio data (in the 2532 byte sectors) on
the disk, then retireve the data.

Would someone point me to the appropriate API calls or IOCTL calls to
do this? Is it practical to do in VB, or is VC recommended?

Thanks in advance,
TomCee
 
J

[Jongware]

tomcee said:
I need to read the TOC (Table of Contents) of Audio CDs, access the
appropriate pointers to the audio data (in the 2532 byte sectors) on
the disk, then retireve the data.

Would someone point me to the appropriate API calls or IOCTL calls to
do this? Is it practical to do in VB, or is VC recommended?

CDINFO is an MSVC sample, which, at a glance, appears to do exactly that. Or
perhaps close enough.

"The CD Info sample draws a pie chart representing the length of tracks off the
audio CD that is in the drive. It uses the Media Control Interface (MCI) APIs to
retrieve this information. The sample also demonstrates how to use the tooltip
common control to implement tooltips for your control. The tooltip displays the
track length for the track represented by the pie chart segment that the cursor
is over."

-- a direct link: http://msdn2.microsoft.com/en-us/library/ms386082(VS.71).aspx

[Jongware]
 
T

Tomcee

I need to read the TOC (Table of Contents) of Audio CDs, access the
appropriate pointers to the audio data (in the 2532 byte sectors) on
the disk, then retireve the data.
Would someone point me to the appropriate API calls or IOCTL calls to
do this? Is it practical to do in VB, or is VC recommended?

CDINFO is an MSVC sample, which, at a glance, appears to do exactly that. Or
perhaps close enough.

"The CD Info sample draws a pie chart representing the length of tracks off the
audio CD that is in the drive. It uses the Media Control Interface (MCI) APIs to
retrieve this information. The sample also demonstrates how to use the tooltip
common control to implement tooltips for your control. The tooltip displays the
track length for the track represented by the pie chart segment that the cursor
is over."

-- a direct link:http://msdn2.microsoft.com/en-us/library/ms386082(VS.71).aspx

[Jongware]

Thanks; I'll check it out!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top