3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 21:55:25 +02:00

REverting the change in the jittering sequence length

This commit is contained in:
Sam Gateau 2019-09-03 17:01:03 -07:00
parent 03c5dfad3d
commit df0eb901a2

View file

@ -60,7 +60,7 @@ class JitterSample {
public:
enum {
SEQUENCE_LENGTH = 32
SEQUENCE_LENGTH = 64
};
using Config = JitterSampleConfig;