Home > Mobile >  Android in their development of video call applications using AudioRecorder recording the real-time
Android in their development of video call applications using AudioRecorder recording the real-time

Time:05-27

Int bufferSize=16000 * * 200/1000 (16/8);
MAudioRecordConfig=new AudioRecordConfig (
The MediaRecorder. AudioSource. MIC,
AudioFormat. CHANNEL_IN_MONO,
AudioConsts. Recorder. SAMPLE_RATE_16K,
AudioFormat ENCODING_PCM_16BIT,
BufferSize
);
Call to complete the local view the recording file to a voice but heard less than each other in the process of the talk on my side

CodePudding user response:

Is it because the android q after thoroughly removed to voice recording function?
  • Related