Flash AS3 中的扬声器音量
有什么办法可以改变扬声器的音量吗?
当我使用麦克风类时,我可以设置 mic.gain 来设置麦克风的增益,同样我可以改变扬声器的音量吗?
我见过,有些网站允许你在Flash中改变扬声器的分贝增益。谁能帮助我理解这一点?
谢谢。
Is there any way by which I can change the volume of the Speaker?
When I use Microphone class, I can set the mic.gain to set the gain in the microphone, likewise can I change the volume of the speaker?
I have seen, some websites allow you to change the decibel gain of the speaker in Flash. Can anyone help me understand this?
Thank You.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要更改全局声音值:
对于 AS2,更改 _root 的音量:
对于 AS3:
as3 中的声音:教程:AS3 基础知识 – 如何使用库声音在 AS3 中 | 8bitrocket
To change global sound values:
For AS2 change the sound volume of the _root:
For AS3:
Sounds in as3: Tutorial: AS3 Basics – How to use library sounds in AS3 | 8bitrocket