Skip to content

Commit 50b62db

Browse files
committed
Update README
1 parent 30ac75b commit 50b62db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ AndroidAudioRecorder.with(this)
3232
.setSource(AudioSource.MIC)
3333
.setChannel(AudioChannel.STEREO)
3434
.setSampleRate(AudioSampleRate.HZ_48000)
35+
.setAutoStart(true)
36+
.setKeepDisplayOn(true)
3537

3638
// Start recording
3739
.record();
@@ -74,7 +76,7 @@ dependencies {
7476
- [X] Pause recording
7577
- [X] Configure audio source (Mic/Camcorder), channel (Stereo/Mono) and sample rate (8kHz to 48kHz)
7678
- [X] Auto start recording when open activity
77-
- [X] Keep screen on while recording
79+
- [X] Keep display on while recording
7880
- [ ] Skip silence
7981
- [ ] Animations
8082
- [ ] Landscape screen orientation (only supports portrait at the moment)

0 commit comments

Comments
 (0)