Set frame rate to 20

This commit is contained in:
decentral1se 2021-06-01 18:49:17 +02:00
parent db20436481
commit 401a180c8c
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -29,7 +29,7 @@ var centerY;
// called. So far as we have seen, this can affect performance. Try the value // 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 // of 30 and also 60 to see the difference. Higher values may also give more
// fun animation effects. // fun animation effects.
var frameRate = 5; var frameRate = 20;
// Sound recording API objects // Sound recording API objects
var microphone; var microphone;