Android、iOS、Windows Phone 的常见音频格式
我需要在 Android 设备上生成一个可以在任何其他 Android、iOS 或 Windows Phone 设备上播放的音频文件。我需要在没有任何第三方应用程序的情况下执行此操作。我在服务器上使用 .NET,因此我可以在那里进行转换,但我想避免这种情况。我可以看到你可以在2.3.3中录制AAC,但我需要使用2.2。有什么想法吗?
I need to produce an audio file on an Android device that can be played on any other Android, iOS, or Windows Phone device. I need to do this without any third party apps. I am using .NET on the server, so I could convert there but I'd like to avoid that. I can see that you can record AAC in 2.3.3, but I need to use 2.2. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信旧的 .wav 格式应该可以解决问题。貌似android和ios都支持。我没有检查wm7,但它是在wm6.5中,所以我的猜测是它也会被支持:
http://developer.android.com/guide/appendix/media-formats.html
http://msdn.microsoft.com/en-us/library/cc907934.aspx
http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio。 html
I believe the old .wav format should do the trick. It seems to be supported by both android and ios. I did not check wm7, but it is in wm6.5, so my guess is that it will be supported also:
http://developer.android.com/guide/appendix/media-formats.html
http://msdn.microsoft.com/en-us/library/cc907934.aspx
http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio.html
绝对每个系统都支持 Mp3 和 wav,包括 ios、android 和 windows 7 mobile。 mp3 通常用于音乐,但对于其他任何内容,通常使用 wav 为标准。
Mp3, and wav are both supported on absolutly every system, including ios, android, and windows 7 mobile. mp3 is generally used for music, but for just about anything else, it is generally standard to use wav.