MCI_CLOSE, MCI_WAIT, (DWORD)&gp); m_wDeviceID=NULL; }
if(mciError) {
mciGetErrorString(mciError,buf,128); printf("%s\n",buf); getchar(); } }
void lrcmaker(char*music,char*txt)//主要部分 {
int musictime=getmusictime(music); FILE* txtfile,*lrcfile;
if(NULL==(txtfile=fopen(txt,"r")))//打开文件才可以用 {
cout<<"no this txt."<<endl; getchar(); }
5.测试结果及运行效果
此处以D:\KuGou\Beyond-光辉岁月.mp3为例。如图1-1