Skip to content

Commit

Permalink
Merge pull request #93499 from Meorge/fix_audiostreamwav_docs
Browse files Browse the repository at this point in the history
Change "sample" to "stream" in AudioStreamWAV documentation
  • Loading branch information
akien-mga committed Jun 25, 2024
2 parents c24f2f1 + 48622e5 commit c466010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/AudioStreamWAV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c466010

Please sign in to comment.