2015年5月21日 星期四

02160455_江聿淳_week13

1.鄭鎧尹博士演講
2.14:50回S5131上課
3.MP3撥放
4.作業需求



                                          音樂檔要放在freeglut的bin

CMP3_CMI.h放專案資料夾

#include <iostream>
#include <GL/glut.h>
#include "CMP3_MCI.h"
CMP3_MCI myMP3;

using namespace std;
int main()
{
    myMP3.Load("RickyMartin.mp3");
    myMP3.Play();
    cout<< "Hello world!" << endl;
    int a;
    cin >>a;
    return 0;
}
播放MP3檔


沒有留言:

張貼留言