简体   繁体   English

混合音频android

[英]Mixing audio android

I'm developing applications for Android. 我正在为Android开发应用程序。 I need to have some kind of audio mixing effect. 我需要某种混音效果。

How can I combine 2 or more audio tracks into 1 audio track ? 如何将2 or more audio tracks合并为1个audio track

Or adding an audio track into a certain stream of an audio? 还是将音轨添加到特定的音频流中?

Can anyone give me samples where I can head start? 谁能给我提供一些样本让我起步?

Maybe you could try to port this code to Android? 也许您可以尝试将此代码移植到Android?

Mixing of multiple AudioInputStreams to one AudioInputStream . 将多个AudioInputStream混合到一个AudioInputStream This class takes a collection of AudioInputStreams and mixes them together. 此类接收AudioInputStreams的集合,并将它们混合在一起。 Being a subclass of AudioInputStream itself, reading from instances of this class behaves as if the mixdown result of the input streams is read 作为AudioInputStream本身的子类,从此类的实例进行读取的行为就像读取输入流的混合结果一样。

.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM