From 50b62db15aae6a5a0293f2521faff7737c7a4e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adriel=20Caf=C3=A9?= Date: Wed, 28 Sep 2016 15:12:51 -0300 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d10279a..d609590 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ AndroidAudioRecorder.with(this) .setSource(AudioSource.MIC) .setChannel(AudioChannel.STEREO) .setSampleRate(AudioSampleRate.HZ_48000) + .setAutoStart(true) + .setKeepDisplayOn(true) // Start recording .record(); @@ -74,7 +76,7 @@ dependencies { - [X] Pause recording - [X] Configure audio source (Mic/Camcorder), channel (Stereo/Mono) and sample rate (8kHz to 48kHz) - [X] Auto start recording when open activity -- [X] Keep screen on while recording +- [X] Keep display on while recording - [ ] Skip silence - [ ] Animations - [ ] Landscape screen orientation (only supports portrait at the moment)