用Flash9/as3跟踪音频波形


Actionscript 3.0提供的新功能,其中用到了ByteArray、SoundMixer。
代码如下:
function func(a:Number) {
  return num * Math.sin(a);
}
function drawFunction(func:Function, thickness:Number, color:Number) {
  graphics.lineStyle(thickness, color, 100);
  graphics.moveTo(30, stage.stageHeight / 2 - func((30 + t) / 20) * 20);
  for (var i = 30; i 请用Flash 9/ActionScript 3.0发布测试
[url=http://www.flashxm.com/upload/flash_sound_wave.rar]
下载(download)
[/url]
ps: 更牛效果请看http://theflashblog.com/?p=182
在线帮助文档:http://livedocs.macromedia.com/flex/2/langref/package-summary.html
本文转自:http://www.5uflash.com/flashjiaocheng/Flash-as3-jiaocheng/1744.html

你可能感兴趣的:(html,Flex,Flash,actionscript)