Even lower frame rate

This commit is contained in:
decentral1se 2021-06-01 18:27:07 +02:00
parent f65efc9002
commit 8fbd640fac
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -26,7 +26,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 = 10; var frameRate = 5;
// Sound recording API objects // Sound recording API objects
var microphone; var microphone;