feat(server): add pcm_s16le accepted audio codec (#13418)

This commit is contained in:
pyorot
2024-10-18 13:26:16 +01:00
committed by GitHub
parent 12628b80bc
commit b1149881bd
8 changed files with 13 additions and 5 deletions
+2 -1
View File
@@ -8507,7 +8507,8 @@
"enum": [
"mp3",
"aac",
"libopus"
"libopus",
"pcm_s16le"
],
"type": "string"
},