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
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -550,7 +550,7 @@ components:
550
550
- Cleared
551
551
description: Message type identifier
552
552
sequence_id:
553
-
type: integer
553
+
type: number
554
554
description: The sequence ID of the response
555
555
required:
556
556
- type
@@ -611,7 +611,7 @@ components:
611
611
channel_index:
612
612
type: array
613
613
items:
614
-
type: integer
614
+
type: number
615
615
description: The index of the channel
616
616
duration:
617
617
type: number
@@ -668,7 +668,7 @@ components:
668
668
type: string
669
669
description: The punctuated word of the word
670
670
speaker:
671
-
type: integer
671
+
type: number
672
672
description: The speaker of the word
673
673
required:
674
674
- word
@@ -776,7 +776,7 @@ components:
776
776
channel:
777
777
type: array
778
778
items:
779
-
type: integer
779
+
type: number
780
780
description: The channel
781
781
last_word_end:
782
782
type: number
@@ -800,7 +800,7 @@ components:
800
800
channel:
801
801
type: array
802
802
items:
803
-
type: integer
803
+
type: number
804
804
description: The channel
805
805
timestamp:
806
806
type: number
@@ -851,7 +851,7 @@ components:
851
851
format: uuid
852
852
description: The unique identifier of the request
853
853
sequence_id:
854
-
type: integer
854
+
type: number
855
855
minimum: 0
856
856
description: |
857
857
Starts at `0` and increments for each message the server sends
@@ -882,7 +882,7 @@ components:
882
882
format: uuid
883
883
description: The unique identifier of the request
884
884
sequence_id:
885
-
type: integer
885
+
type: number
886
886
minimum: 0
887
887
description: |
888
888
Starts at `0` and increments for each message the server sends to the client. This includes messages of other types, like `Connected` messages.
@@ -903,7 +903,7 @@ components:
903
903
- **TurnResumed** - The system detected that speech had ended and therefore sent an **EagerEndOfTurn** event, but speech is actually continuing for this turn
904
904
- **EndOfTurn** - The user has finished speaking for the turn
905
905
turn_index:
906
-
type: integer
906
+
type: number
907
907
minimum: 0
908
908
description: The index of the current turn
909
909
audio_window_start:
@@ -1010,7 +1010,7 @@ components:
1010
1010
- Error
1011
1011
description: Message type identifier
1012
1012
sequence_id:
1013
-
type: integer
1013
+
type: number
1014
1014
minimum: 0
1015
1015
description: |
1016
1016
Starts at `0` and increments for each message the server sends
@@ -1079,7 +1079,7 @@ components:
1079
1079
- g729
1080
1080
description: Audio encoding format
1081
1081
sample_rate:
1082
-
type: integer
1082
+
type: number
1083
1083
default: 24000
1084
1084
description: Sample rate in Hz. Common values are 16000, 24000, 44100, 48000
1085
1085
output:
@@ -1095,10 +1095,10 @@ components:
1095
1095
- alaw
1096
1096
description: Audio encoding format for streaming TTS output
0 commit comments