Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
squti authored Nov 12, 2019
1 parent a363a76 commit d3378f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ To stop recording call `stopRecording()` function:
waveRecorder.stopRecording()

```

To activate `Noise Suppressor` you could set `noiseSuppressorActive` to true:
```kotlin
waveRecorder.noiseSuppressorActive = true

```

To listen to audio amplitude during recording you need to register a listener to `onAmplitudeListener`:
```kotlin
waveRecorder.onAmplitudeListener = {
Expand Down

0 comments on commit d3378f2

Please sign in to comment.