首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > asaudio

asaudio

  • 资源大小:118.01 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Creation and handling of sounds via a straight-forward, clear and coherent syntax. For example, to create a sound, play it and change its volume: var track:Track = new Track("path/to/track.mp3");track.start();track.volume = .5; Whereas with the standard API, you would write: var urlRequest:URLRequest = new URLRequest("path/to/track.mp3");var sound:Sound = new Sound(urlRequest);var soundChannel:SoundChannel = sound.play();var soundTrans:SoundTransform = soundChannel.soundTransform;soundTrans.volume = .5;soundChannel.soundTransform = soundTrans; Hierarchical sound structures. You can put a bunch of sounds into a Group or a Playlist object and control them globally. For example: var group:Group = new Group( [new Track("path/to/track1.mp3"), new Track("path/to/track2.mp3"), new Track("path/to/track3.mp3")] );group.pan = -1;group.addChild(new Track("path

文 件 列 表

doc
all-classes.html
all-index-A.html
all-index-B.html
all-index-C.html
all-index-D.html
all-index-E.html
all-index-F.html
all-index-G.html
all-index-H.html
all-index-I.html
all-index-J.html
all-index-K.html
all-index-L.html
all-index-M.html
all-index-N.html
all-index-O.html
all-index-P.html
all-index-Q.html
all-index-R.html
all-index-S.html
all-index-T.html
all-index-U.html
all-index-V.html
all-index-W.html
all-index-X.html
all-index-Y.html
all-index-Z.html
appendixes.html
ASaudio.docproj
asdoc.js
class-list.html
class-summary.html
com
cookies.js
images
index-list.html
index.html
Main.html
mxml-tags.html
package-detail.html
package-frame.html
package-list.html
package-summary.html
print.css
style.css
title-bar.html
src
com
VIP VIP
0.186859s