Parcourir la source

Increase maxDuration

Noah il y a 7 ans
Parent
révision
aad01cde55
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      THEMES.md
  2. 1 1
      settings/themes.json

+ 1 - 1
THEMES.md Voir le fichier

@@ -69,7 +69,7 @@ You can set both a `backgroundColor` and a `backgroundImage`, in which case the
69 69
 
70 70
 * `name` - What name to show in the dropdown menu in the editor (the default is the key)
71 71
 * `foregroundColor` - A convenience option for setting `waveColor` and `captionColor` to the same thing.
72
-* `maxDuration` - Maximum duration of an audiogram, in seconds (e.g. set this to `30` to enforce the 30-second limit for Twitter)
72
+* `maxDuration` - Maximum duration of an audiogram, in seconds (e.g. set this to `30` to enforce a 30-second time limit). The default is `300` (5 minutes).
73 73
 
74 74
 ### Making changes
75 75
 

+ 1 - 1
settings/themes.json Voir le fichier

@@ -3,7 +3,7 @@
3 3
     "width": 1280,
4 4
     "height": 720,
5 5
     "framesPerSecond": 20,
6
-    "maxDuration": 30,
6
+    "maxDuration": 300,
7 7
     "samplesPerFrame": 128,
8 8
     "pattern": "wave",
9 9
     "waveTop": 150,