summaryrefslogtreecommitdiffstats
path: root/modules/vorbis
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2023-11-13 14:37:27 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2023-11-14 12:05:54 +0100
commite5270c0db22248bd318a77681a7f4e06baf26a8d (patch)
tree4786eedb453aa66dbc951647d08316d24c7a5d58 /modules/vorbis
parentd443f127ef1db9fb2fe623ba1c17ded5402aff10 (diff)
downloadredot-engine-e5270c0db22248bd318a77681a7f4e06baf26a8d.tar.gz
Link to runtime loading/saving tutorial and improve Image documentation
Diffstat (limited to 'modules/vorbis')
-rw-r--r--modules/vorbis/doc_classes/AudioStreamOggVorbis.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml b/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml
index 7e3af6688a..d2f6745e2f 100644
--- a/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml
+++ b/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml
@@ -7,6 +7,7 @@
The AudioStreamOggVorbis class is a specialized [AudioStream] for handling Ogg Vorbis file formats. It offers functionality for loading and playing back Ogg Vorbis files, as well as managing looping and other playback properties. This class is part of the audio stream system, which also supports WAV files through the [AudioStreamWAV] class.
</description>
<tutorials>
+ <link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link>
</tutorials>
<methods>
<method name="load_from_buffer" qualifiers="static">