help me !!!, mciSendString???
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to record mp3 file with mciSendString and use this code
- mciSendString("open new type waveaudio alias capture", 0, 0, 0); - mciSendString("set capture bitspersample 8", 0, 0, 0); - mciSendString("set capture samplespersec 11025", 0, 0, 0); - mciSendString("set capture channels 2", 0, 0, 0); - mciSendString("record capture",0,0,0); - mciSendString("save capture c:\\test.mp3",0,0,0);
when test.mp3 file saved, I play it with windowmedia and one error occur "ClassFactory cannot supply requested class (Error=80040111)" somebody can help me to fix it, thanks Nho'c Ti`