cleanup entity checkboxes for new format

This commit is contained in:
Stephen Birarda 2015-05-20 14:58:09 -07:00
parent e295f52c0a
commit 19b669867e

View file

@ -290,7 +290,7 @@
"name": "dynamic_jitter_buffer", "name": "dynamic_jitter_buffer",
"type": "checkbox", "type": "checkbox",
"label": "Dynamic Jitter Buffers", "label": "Dynamic Jitter Buffers",
"help": "dynamically buffer client audio based on perceived jitter in packet receipt timing", "help": "Dynamically buffer client audio based on perceived jitter in packet receipt timing",
"default": false, "default": false,
"advanced": true "advanced": true
}, },
@ -313,8 +313,8 @@
{ {
"name": "use_stdev_for_desired_calc", "name": "use_stdev_for_desired_calc",
"type": "checkbox", "type": "checkbox",
"label": "Use Stdev for Desired Jitter Frames Calc:", "label": "Stdev for Desired Jitter Frames Calc",
"help": "use Philip's method (stdev of timegaps) to calculate desired jitter frames (otherwise Fred's max timegap method is used)", "help": "Use Philip's method (stdev of timegaps) to calculate desired jitter frames (otherwise Fred's max timegap method is used)",
"default": false, "default": false,
"advanced": true "advanced": true
}, },
@ -328,7 +328,7 @@
}, },
{ {
"name": "window_seconds_for_desired_calc_on_too_many_starves", "name": "window_seconds_for_desired_calc_on_too_many_starves",
"label": "Timegaps Window (A) Seconds:", "label": "Timegaps Window (A) Seconds",
"help": "Window A contains a history of timegaps. Its max timegap is used to re-evaluate the desired jitter frames when too many starves occur within it.", "help": "Window A contains a history of timegaps. Its max timegap is used to re-evaluate the desired jitter frames when too many starves occur within it.",
"placeholder": "50", "placeholder": "50",
"default": "50", "default": "50",
@ -336,7 +336,7 @@
}, },
{ {
"name": "window_seconds_for_desired_reduction", "name": "window_seconds_for_desired_reduction",
"label": "Timegaps Window (B) Seconds:", "label": "Timegaps Window (B) Seconds",
"help": "Window B contains a history of timegaps. Its max timegap is used as a ceiling for the desired jitter frames value.", "help": "Window B contains a history of timegaps. Its max timegap is used as a ceiling for the desired jitter frames value.",
"placeholder": "10", "placeholder": "10",
"default": "10", "default": "10",
@ -345,16 +345,16 @@
{ {
"name": "repetition_with_fade", "name": "repetition_with_fade",
"type": "checkbox", "type": "checkbox",
"label": "Repetition with Fade:", "label": "Repetition with Fade",
"help": "dropped frames and mixing during starves repeat the last frame, eventually fading to silence", "help": "Dropped frames and mixing during starves repeat the last frame, eventually fading to silence",
"default": false, "default": false,
"advanced": true "advanced": true
}, },
{ {
"name": "print_stream_stats", "name": "print_stream_stats",
"type": "checkbox", "type": "checkbox",
"label": "Print Stream Stats:", "label": "Print Stream Stats",
"help": "audio upstream and downstream stats of each agent printed to audio-mixer stdout", "help": "Audio upstream and downstream stats of each agent printed to audio-mixer stdout",
"default": false, "default": false,
"advanced": true "advanced": true
} }
@ -448,6 +448,7 @@
{ {
"name": "NoPersist", "name": "NoPersist",
"type": "checkbox", "type": "checkbox",
"label": "Disable Persistence",
"help": "Don't persist your entities to a file.", "help": "Don't persist your entities to a file.",
"default": false, "default": false,
"advanced": true "advanced": true
@ -455,6 +456,7 @@
{ {
"name": "NoBackup", "name": "NoBackup",
"type": "checkbox", "type": "checkbox",
"label": "Disable Backup",
"help": "Don't regularly backup your persisted entities to a backup file.", "help": "Don't regularly backup your persisted entities to a backup file.",
"default": false, "default": false,
"advanced": true "advanced": true
@ -478,6 +480,7 @@
{ {
"name": "wantEditLogging", "name": "wantEditLogging",
"type": "checkbox", "type": "checkbox",
"label": "Edit Logging",
"help": "Logging of all edits to entities", "help": "Logging of all edits to entities",
"default": true, "default": true,
"advanced": true "advanced": true
@ -485,28 +488,32 @@
{ {
"name": "verboseDebug", "name": "verboseDebug",
"type": "checkbox", "type": "checkbox",
"help": "lots of debugging", "label": "Verbose Debug",
"help": "Lots of debugging",
"default": false, "default": false,
"advanced": true "advanced": true
}, },
{ {
"name": "debugReceiving", "name": "debugReceiving",
"type": "checkbox", "type": "checkbox",
"help": "extra debugging on receiving", "label": "Extra Receiving Debug",
"help": "Extra debugging on receiving",
"default": false, "default": false,
"advanced": true "advanced": true
}, },
{ {
"name": "debugSending", "name": "debugSending",
"type": "checkbox", "type": "checkbox",
"help": "extra debugging on sending", "label": "Extra Sending Debug",
"help": "Extra debugging on sending",
"default": false, "default": false,
"advanced": true "advanced": true
}, },
{ {
"name": "debugTimestampNow", "name": "debugTimestampNow",
"type": "checkbox", "type": "checkbox",
"help": "extra debugging for usecTimestampNow() function", "label": "Extra Timestamp Debugging",
"help": "Extra debugging for usecTimestampNow() function",
"default": false, "default": false,
"advanced": true "advanced": true
}, },