1
0
Fork 0

Merge pull request #101459 from brevven/patch-2

Docs: Fix typo in `AudioStreamSynchronized`
This commit is contained in:
Rémi Verschelde 2025-01-14 00:22:14 +01:00
commit 48715ff98b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Stream that can be fitted with sub-streams, which will be played in-sync. Stream that can be fitted with sub-streams, which will be played in-sync.
</brief_description> </brief_description>
<description> <description>
This is a stream that can be fitted with sub-streams, which will be played in-sync. The streams being at exactly the same time when play is pressed, and will end when the last of them ends. If one of the sub-streams loops, then playback will continue. This is a stream that can be fitted with sub-streams, which will be played in-sync. The streams begin at exactly the same time when play is pressed, and will end when the last of them ends. If one of the sub-streams loops, then playback will continue.
</description> </description>
<tutorials> <tutorials>
</tutorials> </tutorials>