From d3378f252050658bcc102b136489ea4ddbe68cfa Mon Sep 17 00:00:00 2001 From: squti <45243733+squti@users.noreply.github.com> Date: Tue, 12 Nov 2019 21:36:55 +0330 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 654bb40..db8b85c 100644 --- a/README.md +++ b/README.md @@ -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 = {