From d9879dbb5755e7824755d2c1fd6b425cd2fd5d7e Mon Sep 17 00:00:00 2001 From: Beuc Date: Sun, 24 Jan 2021 19:50:43 +0100 Subject: [PATCH] Fix typo in Audio streams (#4571) AudioStreamRandomPitch is an AudioStream, not an AudioStreamPlayer --- tutorials/audio/audio_streams.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/audio/audio_streams.rst b/tutorials/audio/audio_streams.rst index a43be28e1..d13f0d65b 100644 --- a/tutorials/audio/audio_streams.rst +++ b/tutorials/audio/audio_streams.rst @@ -35,7 +35,7 @@ it must be set up using the import options: .. image:: img/audio_stream_import.png -There are other types of AudioStreamPlayer, such as AudioStreamRandomPitch. +There are other types of AudioStreams, such as AudioStreamRandomPitch. This one makes a random adjustment to the sound's pitch every time it's played back. This can be helpful for adding variation to sounds that are played back often.