Android Oboe库:是否可以从2个录音设备同时录制2个音频流?
创始人
2024-08-14 21:00:48
0

是的,Android Oboe库可以同时录制来自两个录音设备的两个音频流。以下是一个示例代码,展示了如何使用Oboe库在两个录音设备上同时录制音频流:

首先,在build.gradle文件中添加Oboe库的依赖:

implementation 'com.google.oboe:oboe:1.5.0'

然后,在您的代码中使用以下代码片段:

import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;

import com.google.oboe.AudioInputStream;
import com.google.oboe.AudioOutputStream;
import com.google.oboe.AudioStreamCallback;
import com.google.oboe.AudioStreamConfiguration;
import com.google.oboe.Oboe;

public class MainActivity extends AppCompatActivity {
    private static final String TAG = "MainActivity";

    private AudioInputStream mInputStream1;
    private AudioInputStream mInputStream2;
    private AudioOutputStream mOutputStream1;
    private AudioOutputStream mOutputStream2;

    private Button mStartButton;
    private boolean mIsRecording = false;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        mStartButton = findViewById(R.id.button_start);
        mStartButton.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View view) {
                if (mIsRecording) {
                    stopRecording();
                } else {
                    startRecording();
                }
            }
        });
    }

    private void startRecording() {
        mIsRecording = true;
        mStartButton.setText("Stop Recording");

        // Open the input streams for two recording devices
        mInputStream1 = new AudioInputStream.Builder()
                .setDirection(AudioInputStream.Direction.INPUT)
                .setSharingMode(AudioInputStream.SharingMode.EXCLUSIVE)
                .setPerformanceMode(AudioInputStream.PerformanceMode.LOW_LATENCY)
                .setCallback(new AudioStreamCallback() {
                    @Override
                    public void onAudioReady(AudioInputStream audioInputStream, final int numFrames) {
                        // Handle the incoming audio data from the first input stream
                        // Process the audio data as needed
                    }
                })
                .build();

        mInputStream2 = new AudioInputStream.Builder()
                .setDirection(AudioInputStream.Direction.INPUT)
                .setSharingMode(AudioInputStream.SharingMode.EXCLUSIVE)
                .setPerformanceMode(AudioInputStream.PerformanceMode.LOW_LATENCY)
                .setCallback(new AudioStreamCallback() {
                    @Override
                    public void onAudioReady(AudioInputStream audioInputStream, final int numFrames) {
                        // Handle the incoming audio data from the second input stream
                        // Process the audio data as needed
                    }
                })
                .build();

        // Open the output streams for recording
        mOutputStream1 = new AudioOutputStream.Builder()
                .setDirection(AudioOutputStream.Direction.OUTPUT)
                .setSharingMode(AudioOutputStream.SharingMode.EXCLUSIVE)
                .setPerformanceMode(AudioOutputStream.PerformanceMode.LOW_LATENCY)
                .setChannelCount(2) // Set the number of channels according to your requirements
                .setFormat(AudioFormat.FORMAT_PCM_16)
                .setSampleRate(AudioFormat.SAMPLE_RATE_44100)
                .setCallback(new AudioStreamCallback() {
                    @Override
                    public void onAudioReady(AudioOutputStream audioOutputStream, final int numFrames) {
                        // Write the audio data to the first output stream
                        // Process the audio data as needed
                    }
                })
                .build();

        mOutputStream2 = new AudioOutputStream.Builder()
                .setDirection(AudioOutputStream.Direction.OUTPUT)
                .setSharingMode(AudioOutputStream.SharingMode.EXCLUSIVE)
                .setPerformanceMode(AudioOutputStream.PerformanceMode.LOW_LATENCY)
                .setChannelCount(2) // Set the number of channels according to your requirements
                .setFormat(AudioFormat.FORMAT_PCM_16)
                .setSampleRate(AudioFormat.SAMPLE_RATE_44100)
                .setCallback(new AudioStreamCallback() {
                    @Override
                    public void onAudioReady(AudioOutputStream audioOutputStream, final int numFrames) {
                        // Write the audio data to the second output stream
                        // Process the audio data as needed
                    }
                })
                .build();

        // Start the input and output streams
        mInputStream1.open();
        mInputStream2.open();
        mOutputStream1.open();
        mOutputStream2.open();
    }

    private void stopRecording() {
        mIsRecording = false;
        mStartButton.setText("Start Recording");

        // Close the input and output streams
        mInputStream1.close();
        mInputStream2.close();
        mOutputStream1.close();
        mOutputStream2.close();

        mInputStream1 = null;
        mInputStream2

相关内容

热门资讯

第三分钟辅助!赣牌圈控制牌型辅... 第三分钟辅助!赣牌圈控制牌型辅助器,一直存在有辅助挂(果真有挂)1、玩家可以在赣牌圈控制牌型辅助器透...
九分钟辅助!途游四川麻将辅助器... 九分钟辅助!途游四川麻将辅助器软件,都是有辅助器(有挂透明挂)1、完成途游四川麻将辅助器软件有辅助插...
第七分钟辅助!决战十三水辅助器... 第七分钟辅助!决战十三水辅助器,切实有辅助工具(有挂透视)1、超多福利:超高返利,海量正版游戏,决战...
六分钟辅助!微乐春天小程序辅助... 六分钟辅助!微乐春天小程序辅助,果然存在有辅助方法(有挂方针)所有人都在同一条线上,像星星一样排成一...
9分钟辅助!边锋老友修改器,总... 9分钟辅助!边锋老友修改器,总是是有辅助技巧(有挂解惑)1、9分钟辅助!边锋老友修改器,总是是有辅助...
第九分钟辅助!柳州八一字牌辅助... 第九分钟辅助!柳州八一字牌辅助,一贯是有辅助攻略(有挂辅助)1、每一步都需要思考,不同水平的挑战柳州...
第7分钟辅助!小程序怎么开挂,... 第7分钟辅助!小程序怎么开挂,原来存在有辅助攻略(有挂分享)1、每一步都需要思考,不同水平的挑战会更...
第8分钟辅助!越乡游义乌微信小... 第8分钟辅助!越乡游义乌微信小程序辅助,切实有辅助器(有挂规律)越乡游义乌微信小程序辅助透视方法中分...
9分钟辅助!南宁老友麻将免费辅... 9分钟辅助!南宁老友麻将免费辅助器脚本,本来是有辅助软件(有挂详情)1、进入游戏-大厅左侧-新手福利...
2分钟辅助!九哥玩挂,其实有辅... 2分钟辅助!九哥玩挂,其实有辅助工具(有挂头条)1、每一步都需要思考,不同水平的挑战九哥玩挂黑侠辅助...