Skip to content

Sustenance/android-waverecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android WaveRecorder (android-waverecorder)

standard-readme compliant

Record Wav files in Android

Based off of http://www.edumobile.org/android/audio-recording-in-wav-format-in-android-programming/

Install

Usage

For Android >= 6.0, make sure to request app permissions at runtime.

WaveRecorder waveRecorder = new WaveRecorder("DestinationFolderName");
waveRecorder.startRecording();
waveRecorder.stopRecording("fileName"); // Defaults to current timestamp

Contributing

PRs welcome.

If editing the Readme, please conform to the standard-readme specification.

License

MIT