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 ecce011 commit 9e9d8d1Copy full SHA for 9e9d8d1
android-wave-recorder/src/main/java/com/github/squti/androidwaverecorder/WaveRecorder.kt
@@ -75,7 +75,7 @@ class WaveRecorder {
75
)
76
var waveConfig: WaveConfig = WaveConfig()
77
78
- private var silenceDetectionConfig: SilenceDetectionConfig = SilenceDetectionConfig(30)
+ private var silenceDetectionConfig: SilenceDetectionConfig = SilenceDetectionConfig(1500)
79
80
/**
81
* Register a callback to be invoked in every recorded chunk of audio data
0 commit comments