We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ac75b commit 50b62dbCopy full SHA for 50b62db
1 file changed
README.md
@@ -32,6 +32,8 @@ AndroidAudioRecorder.with(this)
32
.setSource(AudioSource.MIC)
33
.setChannel(AudioChannel.STEREO)
34
.setSampleRate(AudioSampleRate.HZ_48000)
35
+ .setAutoStart(true)
36
+ .setKeepDisplayOn(true)
37
38
// Start recording
39
.record();
@@ -74,7 +76,7 @@ dependencies {
74
76
- [X] Pause recording
75
77
- [X] Configure audio source (Mic/Camcorder), channel (Stereo/Mono) and sample rate (8kHz to 48kHz)
78
- [X] Auto start recording when open activity
-- [X] Keep screen on while recording
79
+- [X] Keep display on while recording
80
- [ ] Skip silence
81
- [ ] Animations
82
- [ ] Landscape screen orientation (only supports portrait at the moment)
0 commit comments