Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Sep 28, 2016
1 parent 30ac75b commit 50b62db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ AndroidAudioRecorder.with(this)
.setSource(AudioSource.MIC)
.setChannel(AudioChannel.STEREO)
.setSampleRate(AudioSampleRate.HZ_48000)
.setAutoStart(true)
.setKeepDisplayOn(true)

// Start recording
.record();
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 50b62db

Please sign in to comment.