Browse Source

Increase maxDuration

Noah 8 years ago
parent
commit
aad01cde55
2 changed files with 2 additions and 2 deletions
  1. 1 1
      THEMES.md
  2. 1 1
      settings/themes.json

+ 1 - 1
THEMES.md View File

69
 
69
 
70
 * `name` - What name to show in the dropdown menu in the editor (the default is the key)
70
 * `name` - What name to show in the dropdown menu in the editor (the default is the key)
71
 * `foregroundColor` - A convenience option for setting `waveColor` and `captionColor` to the same thing.
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
 ### Making changes
74
 ### Making changes
75
 
75
 

+ 1 - 1
settings/themes.json View File

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