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.
我可以同时播放 2 个声音文件吗?
我可以处理一个文件的加载、改变响度、打开和关闭。如何在单独的帧中加载 2 个文件并同时开始播放。
将开头和播放放在两个单独的线程中,然后启动它们。这两个线程可以同步,因此播放同步开始。