You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asyncapi.yml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -402,14 +402,18 @@ components:
402
402
examples:
403
403
- flux-general-en
404
404
ListenV2Encoding:
405
-
description: Encoding of the audio stream. Currently only supports raw signed little-endian 16-bit PCM.
405
+
description: Encoding of the audio stream. Required if sending non-containerized/raw audio. If sending containerized audio, this parameter should be omitted.
406
406
enum:
407
407
- linear16
408
-
default: linear16
408
+
- linear32
409
+
- mulaw
410
+
- alaw
411
+
- opus
412
+
- ogg-opus
409
413
examples:
410
414
- linear16
411
415
ListenV2SampleRate:
412
-
description: Sample rate of the audio stream in Hz.
416
+
description: Sample rate of the audio stream in Hz. Required if sending non-containerized/raw audio. If sending containerized audio, this parameter should be omitted.
0 commit comments