SystemSound 无法在设备 (iPhone) 上播放
我目前正在为 iPhone 开发一个应用程序,我想在用户触摸按钮时播放声音。
当我使用 .mp3 音频文件时,声音会在模拟器上播放,但不会在设备上播放。 当我使用 .tif 音频文件时,它可以在两个文件上播放,但质量不是很好。
所以我的问题是,我的 .mp3 是否有可能没有以良好的方式压缩?我应该如何对其进行编码才能使其在我的设备上也正常工作? 如何在不损失质量的情况下将我的 mp3 编码为 .tif? (并且不会占用太多磁盘空间)
提前致谢。
I'm currently developing an application for iPhone and I would like to play a sound when the user touch a button.
When I use a .mp3 audio file, the sound plays on the simulator but won't on the device.
When I use a .tif audio file, it plays on both of them, but the quality isn't really good.
So my question is, is it possible that my .mp3 isn't compressed in a good way ? How should I encode it to make it work on my device too ?
How to encode my mp3s in .tif with no quality loss ? (and without taking too much disk space)
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你使用 .aac 格式,那么它会减少磁盘空间,并且只会增加播放器的音量。
如果您指定使用播放器,那么我会提供更多相关信息。
I think you use .aac format then it's decrease disk spaces,and you only increase the volume of the player.
if you specify using player then I help more about that.