From 48622e57bf7b608a6bb6d8435d59d0b34cd89149 Mon Sep 17 00:00:00 2001 From: Malcolm Anderson Date: Sat, 22 Jun 2024 19:58:45 -0700 Subject: [PATCH] Change "sample" to "stream" --- doc/classes/AudioStreamWAV.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/AudioStreamWAV.xml b/doc/classes/AudioStreamWAV.xml index 3df814cb7f5..8a28514ed64 100644 --- a/doc/classes/AudioStreamWAV.xml +++ b/doc/classes/AudioStreamWAV.xml @@ -29,10 +29,10 @@ Audio format. See [enum Format] constants for values. - 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. - 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. The loop mode. This information will be imported automatically from the WAV file if present. See [enum LoopMode] constants for values.