Skip to content

Commit

Permalink
increase grace period to 350ms
Browse files Browse the repository at this point in the history
  • Loading branch information
siikamiika committed Jul 18, 2020
1 parent 34003bd commit a320d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/include/common/RnNoiseCommonPlugin.h
Expand Up @@ -27,7 +27,7 @@ class RnNoiseCommonPlugin {
* This fixes cut outs in the middle of words.
* Each sample is 10ms.
*/
static const short k_vadGracePeriodSamples = 20;
static const short k_vadGracePeriodSamples = 35;

std::shared_ptr<DenoiseState> m_denoiseState;

Expand Down

0 comments on commit a320d62

Please sign in to comment.