Slower frame rate

This commit is contained in:
Luke Murphy 2020-02-01 11:14:16 +01:00
parent 1eb743edcd
commit 8736496d6c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -8,7 +8,7 @@ var archiveUrl = window.location + "add-to-archive";
var canvas;
var centerX;
var centerY;
var frameRate = 60;
var frameRate = 30;
var microphone;
var newSoundJustRecorded = false;
var playButton;