Increased silence detection threshold
This commit is contained in:
parent
d99477f49f
commit
5de4d2b3d7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
long const silence_threshold = 8;
|
long const silence_threshold = 16;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class circular_buffer
|
class circular_buffer
|
||||||
|
|
Loading…
Reference in a new issue