Compare commits

...

1 Commits

Author SHA1 Message Date
Dave Horton
c48c444ed2 config.listen now supports mixType 2023-02-04 16:06:40 -05:00

View File

@@ -54,7 +54,11 @@
"url": "string",
"sampleRate": "number",
"wsAuth": "#auth",
"metadata": "object"
"metadata": "object",
"mixType": {
"type": "string",
"enum": ["mono", "stereo", "mixed"]
}
},
"required": [
"enable"