Set frame rate to 20
This commit is contained in:
parent
db20436481
commit
401a180c8c
@ -29,7 +29,7 @@ var centerY;
|
||||
// called. So far as we have seen, this can affect performance. Try the value
|
||||
// of 30 and also 60 to see the difference. Higher values may also give more
|
||||
// fun animation effects.
|
||||
var frameRate = 5;
|
||||
var frameRate = 20;
|
||||
|
||||
// Sound recording API objects
|
||||
var microphone;
|
||||
|
Loading…
Reference in New Issue
Block a user