Increased silence detection threshold
parent
d99477f49f
commit
5de4d2b3d7
|
@ -4,7 +4,7 @@
|
|||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
long const silence_threshold = 8;
|
||||
long const silence_threshold = 16;
|
||||
|
||||
template <typename T>
|
||||
class circular_buffer
|
||||
|
|
Loading…
Reference in New Issue