Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 finch 将解码选项放入解码器文件中,以便播放 .m4a 文件,但是当它实际播放声音时,它是静态的。关于如何完成这项工作的任何想法?
谢谢
你不能用 Finch 播放 m4a 文件,因为 OpenAL 不加载 m4a 文件。它也不解码它们。
要播放 m4a 文件,您必须使用 AVAudioPlayer。