decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
1 additions and
1 deletions
-
voicegardens/static/voicegardens.js
|
@ -11,7 +11,7 @@ var _canvas; |
|
|
var offlineRecordingDuration = 2000; |
|
|
var offlineRecordingDuration = 2000; |
|
|
|
|
|
|
|
|
// Offline limits for hardware considerations
|
|
|
// Offline limits for hardware considerations
|
|
|
var offlineLimits = 4; |
|
|
var offlineLimits = 3; |
|
|
|
|
|
|
|
|
// URL which exposes the archive saving API end-point
|
|
|
// URL which exposes the archive saving API end-point
|
|
|
var archiveUrl = window.location + "add-to-archive"; |
|
|
var archiveUrl = window.location + "add-to-archive"; |
|
|