Flash 游戏应该使用 MP3 还是 WAV 文件格式?
我正在开发一个 Flash 游戏,我想知道哪种音频格式更合适(MP3 或 WAV)?
据我所知,MP3 较小,但与 WAV 文件相比,它的音频质量最差。
谢谢您的意见。
I'm developping a flash game and I'm wondering what audio format is more suitable (MP3 or WAV)?
I understand that MP3 is much smaller but it has worst audio quality when is compared to WAV files.
Thank you for your opinion.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自 Adobe 的 编程 AS3(使用声音一章--> 声音处理基础知识),
如果您在 fla 中嵌入任何其他格式,那么该格式将在发布过程中转换为 mp3。
From Adobe's Programming AS3 (Chapter Working with sound --> Basics of working with sound),
If you embed any other format in fla, then that will be converted to mp3 during publish.
你应该尝试一下OGG:
http://en.wikipedia.org/wiki/Ogg
而且,WAV 太大了。 320 kbps 的 MP3 就足够了。
You should try OGG:
http://en.wikipedia.org/wiki/Ogg
And also, WAV would be far too big. MP3 with 320 kbps should be sufficient.