其他分享
首页 > 其他分享> > 录音系列:AudioRecord构造函数参数详解

录音系列:AudioRecord构造函数参数详解

作者:互联网

    public AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat, 
    int bufferSizeInBytes)
    throws IllegalArgumentException {
      ...
    }

audioSource

sampleRateInHz

channelConfig

audioFormat

bufferSizeInBytes

音频采集(AudioRecorder)
Android音频知识介绍-从AndroidRecord看起

标签:采样,int,音频,双声道,AudioRecord,函数参数,详解,AudioFormat,CHANNEL
来源: https://blog.csdn.net/zhangjin1120/article/details/116025179