Tagged Questions

0
votes
0answers
84 views

Using IMAPI to Burn CD-TEXT Audio CDs (Dotnet)

I was struggling for a long time to attend this objective. This article http://www.codeproject.com/KB/audio-video/audio_cd.aspx was very helpful helping me understand what IMAPI can do. I want to be ...
0
votes
1answer
446 views

How to instantiate MsftRawCDImageCreator?

I'm trying to write a program in C++ that is able to burn an Audio CD without gaps between the tracks. From what I found, this has only recently been made possible using IMAPI, but should be possible ...