mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix typo in audio streams tutorial (#4766)
This commit is contained in:
@@ -15,7 +15,7 @@ AudioStream
|
||||
|
||||
An audio stream is an abstract object that emits sound. The sound can come from
|
||||
many places, but is most commonly loaded from the filesystem. Audio files can be
|
||||
loaded as AudioStreams and placed inside an AudioStreamPlayer. You can find a
|
||||
loaded as AudioStreams and placed inside an AudioStreamPlayer. You can find
|
||||
information on supported formats and differences in :ref:`doc_importing_audio_samples`.
|
||||
|
||||
There are other types of AudioStreams, such as AudioStreamRandomPitch.
|
||||
|
||||
Reference in New Issue
Block a user