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.
我正在混合之前录制的两种不同的声音,并使用 AVMutableComposition 和 AVAudioMix 创建单个声音文件(.mp4)。第一个声音是吉他,第二个是鼓。
现在我想将这两个声音从 .mp4 文件中分离出来,并且必须创建两个不同的声音文件。如何做到这一点?
请帮忙..
使用惊人的声音引擎解决了它
http://theamazingaudioengine.com/
以不同的方式录制声音文件并将它们的通道一起传递到音频播放器..
您不能分解 .mp4 文件。您唯一能做的就是将声音剪辑修剪成碎片。