HelloHuDi / AudioCapture

Implement audio capture on Android and generate AAC or WAV audio files by using AudioRecord, MediaRecorder and MediaCodec APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioCapture

screenshots:

dependencies :

implementation 'com.hd:audiocapture:2.1.1'

code :

audio capture

Capture capture = AudioCapture.withDefault().getCapture();

//start 
capture.startCapture();

//pause 
capture.pauseCapture();

//resume 
capture.resumeCapture();

//stop 
capture.stopCapture();

//play audio 
capture.play();

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Implement audio capture on Android and generate AAC or WAV audio files by using AudioRecord, MediaRecorder and MediaCodec APIs

License:Apache License 2.0


Languages

Language:C 79.4%Language:C++ 7.9%Language:Java 6.9%Language:Makefile 5.7%Language:MATLAB 0.2%