From f5d9c7b487166562a833fc86363d78468d711070 Mon Sep 17 00:00:00 2001 From: Ellen Poe Date: Thu, 9 Sep 2021 18:54:18 -0700 Subject: Replace stb_vorbis with libogg+libvorbis --- .../vorbis/doc_classes/AudioStreamOGGVorbis.xml | 24 ++++++++++++++++++++++ .../doc_classes/AudioStreamPlaybackOGGVorbis.xml | 13 ++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml create mode 100644 modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml (limited to 'modules/vorbis/doc_classes') diff --git a/modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml b/modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml new file mode 100644 index 0000000000..a680a2f999 --- /dev/null +++ b/modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + If [code]true[/code], the stream will automatically loop when it reaches the end. + + + Time in seconds at which the stream starts after being looped. + + + Contains the raw OGG data for this stream. + + + + + diff --git a/modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml b/modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml new file mode 100644 index 0000000000..3120f2a9e6 --- /dev/null +++ b/modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.2.3