add mixType to config.listen

This commit is contained in:
Dave Horton
2023-02-04 16:08:56 -05:00
parent f2ff5250b0
commit 8658d03f1f

View File

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