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
This commit greatly improves the capabilities and audio sending stability of /voice, allowing it to only force stop sending audio when explictly asked to.
Copy file name to clipboardexpand all lines: docs/Connection/play.md
+3
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ connection.play(stream)
13
13
> [!WARNING]
14
14
> The connection must be initialized before calling this function. Always check if `connection.udp != null` before calling this function. Make sure that the stream is an Opus stream.
15
15
16
+
> [!IMPORTANT]
17
+
> The stream real ending MUST end with 0 (as Buffer), otherwise it will persist with the interval to play packets.
0 commit comments