文件名称:angular-sound:AngularJS服务通过Web Audio API播放音频
文件大小:483KB
文件格式:ZIP
更新时间:2024-06-10 16:27:04
JavaScript
角声 AngularJS服务,用于通过Web Audio API播放音频。 安装 通过凉亭安装: # from the terminal at the root of your project bower install angular-sound 添加到您的模块部门 angular . module ( 'xxxx' , [ 'mcwebb.sound' ] ) ; 用 方法 SoundService.loadSound()返回$q承诺,该承诺解析为的实例。 但是,通常您会在实际使用声音之前加载声音。 SoundService.getSound()返回的实例。 这些实例很便宜,只能播放一次。 因此,每次您要播放声音时,都应调用getSound()以获取新实例。 例子 angular . module ( 'xxxx' ) . run ( function ( SoundSe
【文件预览】:
angular-sound-master
----.jshintrc(459B)
----.gitignore(67B)
----package.json(891B)
----src()
--------main.ts(2KB)
----gulpfile.js(3KB)
----dist()
--------main.js(11KB)
--------main.min.js(1KB)
----LICENSE(1KB)
----examples()
--------index.html(1KB)
--------sounds()
--------bower.json(171B)
----README.md(2KB)
----tsd.json(348B)
----typings()
--------webaudio.d.ts(6KB)
--------angularjs()
--------jquery()
--------tsd.d.ts(92B)
----bower.json(511B)
----.editorconfig(195B)