diff options
author | Malcolm Anderson <malcolminyo@gmail.com> | 2024-06-22 19:58:45 -0700 |
---|---|---|
committer | Malcolm Anderson <malcolminyo@gmail.com> | 2024-06-22 19:58:45 -0700 |
commit | 48622e57bf7b608a6bb6d8435d59d0b34cd89149 (patch) | |
tree | 20b879308df35c8300334e3a65e8bc6aeeb419c5 | |
parent | 04bf7d4cade645a5923cc80d87ac1c6109e2cdfe (diff) | |
download | redot-engine-48622e57bf7b608a6bb6d8435d59d0b34cd89149.tar.gz |
Change "sample" to "stream"
-rw-r--r-- | doc/classes/AudioStreamWAV.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AudioStreamWAV.xml b/doc/classes/AudioStreamWAV.xml index 3df814cb7f..8a28514ed6 100644 --- a/doc/classes/AudioStreamWAV.xml +++ b/doc/classes/AudioStreamWAV.xml @@ -29,10 +29,10 @@ Audio format. See [enum Format] constants for values. </member> <member name="loop_begin" type="int" setter="set_loop_begin" getter="get_loop_begin" default="0"> - The loop start point (in number of samples, relative to the beginning of the sample). This information will be imported automatically from the WAV file if present. + The loop start point (in number of samples, relative to the beginning of the stream). This information will be imported automatically from the WAV file if present. </member> <member name="loop_end" type="int" setter="set_loop_end" getter="get_loop_end" default="0"> - The loop end point (in number of samples, relative to the beginning of the sample). This information will be imported automatically from the WAV file if present. + The loop end point (in number of samples, relative to the beginning of the stream). This information will be imported automatically from the WAV file if present. </member> <member name="loop_mode" type="int" setter="set_loop_mode" getter="get_loop_mode" enum="AudioStreamWAV.LoopMode" default="0"> The loop mode. This information will be imported automatically from the WAV file if present. See [enum LoopMode] constants for values. |