mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 06:35:25 +02:00
REverting the change in the jittering sequence length
This commit is contained in:
parent
03c5dfad3d
commit
df0eb901a2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class JitterSample {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
SEQUENCE_LENGTH = 32
|
SEQUENCE_LENGTH = 64
|
||||||
};
|
};
|
||||||
|
|
||||||
using Config = JitterSampleConfig;
|
using Config = JitterSampleConfig;
|
||||||
|
|
Loading…
Reference in a new issue