Skip to content

Commit

Permalink
Update tutorials/io/runtime_file_loading_and_saving.rst
Browse files Browse the repository at this point in the history
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
  • Loading branch information
dustdfg and tetrapod00 authored Oct 9, 2024
1 parent 44625a9 commit d36d96e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/io/runtime_file_loading_and_saving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ Audio/video files
Godot supports loading Ogg Vorbis audio at runtime.

.. note::
Note that not *all* files with an ``.ogg`` extension may be Ogg Vorbis files. Some may be Ogg Theora videos, or contain Opus audio within an Ogg container. These files will **not** load correctly as audio files in Godot.
Not *all* files with an ``.ogg`` extension may be Ogg Vorbis files. Some may be
Ogg Theora videos, or contain Opus audio within an Ogg container. These files
will **not** load correctly as audio files in Godot.

Example of loading an Ogg Vorbis audio file in an :ref:`class_AudioStreamPlayer` node:

Expand Down

0 comments on commit d36d96e

Please sign in to comment.