Fix typo in AudioStreamSynchronized.xml

Fix a typo ("being" -> "begin")

Context:

>The streams begin at exactly the same time when play is pressed
This commit is contained in:
brevven 2025-01-12 02:44:01 -08:00 committed by GitHub
parent 5b52b4b5c4
commit cf414f777f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
Stream that can be fitted with sub-streams, which will be played in-sync.
</brief_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>
<tutorials>
</tutorials>