Where to find the VC6.0 source code of from CD audio to WMA?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
There is no ready source code. CD Audio is just pure WAV audio written to a CD. You can use audio operations for example with DirectSound to access the audio stream and copying it to a buffer. Then use the Windows Media Audio SDK to convert the raw WAV data into WMA format. See MSDN & WMA SDK for more information about the conversion, and the DirectX SDK for information on how to capture audio data. -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.