文件名称:hw_wave
- 所属分类:
- 多媒体编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-05-30
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- wu ch******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Mini project - 2: 使用弦波合成音乐
1. 将主旋律请使用以下的简谱为主,C大调
http://www.jitay.com/pic/201406/948.html
2. temple = 120 (也就是0.5秒为一拍)
3. 音档格式: *.wav档,sample rate: 44.1kHz, bit depth=16bits, channel: 2 (stereo),所以要有wav档的header,让window media player可以直接拨出。
4. 弦波的振幅: 15-Mini project- 2: 1. Use the main theme music synthesis sine wave Please use the following notation based, C major http://www.jitay.com/pic/201406/948.html 2. temple = 120 (that is, 0.5 seconds for a film) 3. audio file formats:* .wav files, sample rate: 44.1kHz, bit depth = 16bits, channel: 2 (stereo), so there must be a wav file header, so that you can directly dial window media player out. 4. The sine wave amplitude: 15000
1. 将主旋律请使用以下的简谱为主,C大调
http://www.jitay.com/pic/201406/948.html
2. temple = 120 (也就是0.5秒为一拍)
3. 音档格式: *.wav档,sample rate: 44.1kHz, bit depth=16bits, channel: 2 (stereo),所以要有wav档的header,让window media player可以直接拨出。
4. 弦波的振幅: 15-Mini project- 2: 1. Use the main theme music synthesis sine wave Please use the following notation based, C major http://www.jitay.com/pic/201406/948.html 2. temple = 120 (that is, 0.5 seconds for a film) 3. audio file formats:* .wav files, sample rate: 44.1kHz, bit depth = 16bits, channel: 2 (stereo), so there must be a wav file header, so that you can directly dial window media player out. 4. The sine wave amplitude: 15000
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hw_wave.c