如何两个音频文件合并成一个在Android中音频、两个、文件合并、Android

2023-09-12 10:35:55 作者:°ˋ能扛⒐另リ支声

我想结合两个音频文件。 (A音频文件+ B音频文件= AB类音频文件)

I want to combine two audio files. (A audio file + B audio file = AB audio file)

摸索之后,我认为下面的步骤将工作

After searching around, I think the following steps will work

在使用AudioTrack。 从音频文件德code PCM。 联合PCM。

是上述步骤正确的,如果不是,这将是另一种方式来实现呢?

Are the above steps right, if not, what would be another way to achieve it?

有一个例子,库源可看?

Is there an example and Library source available to look at?

推荐答案

检查的音频开发针对Android 了解这方面的信息。它要采取一些研究,我不知道很多关于Android或我将进一步帮助。

Check Audio Development for Android for information on the subject. Its going to take some research, I do not know much about Android or I would help further.