Set to realistic default

This commit is contained in:
decentral1se 2021-06-01 19:54:36 +02:00
parent 1dd4c6ba9d
commit e412ecdd35
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
// of 30 and also 60 to see the difference. Higher values may also give more
// fun animation effects.
var frameRate = 20;
var frameRate = 30;
// Sound recording API objects
var microphone;