2017年11月23日 星期四

魏建新的第十一週學題單

(1)主題:聲音-音效.音樂
(2)平台:windows,Java,etc
(3)期中 proposal提案分析
(4)Mocap

MP3檔的播放格式

MP3要放到freeglut/bin;

1.下載CMP3_MCI.h
2.include CMP3_MCI.h

程式碼:

#include<stdio.h>
#include"CMP3_MCI.h"//FB下載
CMP3_MCI mp3;
int main()
{
    mp3.Load("file.mp3");//載入
    mp3.Play();//PLAY播放
    printf("現在在待輸入a\n");
    int a;
    scanf("%d",&a);
}

Processing

1.速寫本->引用庫文件->添加庫文件->library->下載Minim
2.


沒有留言:

張貼留言