diff --git a/doc/classes/AudioStreamRandomizer.xml b/doc/classes/AudioStreamRandomizer.xml index 098c1c01598..91b6c4df78a 100644 --- a/doc/classes/AudioStreamRandomizer.xml +++ b/doc/classes/AudioStreamRandomizer.xml @@ -69,7 +69,7 @@ Controls how this AudioStreamRandomizer picks which AudioStream to play next. - The largest possible frequency multiplier of the random pitch variation. A value of [code]1.0[/code] means no variation. + The largest possible frequency multiplier of the random pitch variation. Pitch will be randomly chosen within a range of [code skip-lint]1.0 / random_pitch[/code] and [code skip-lint]random_pitch[/code]. A value of [code]1.0[/code] means no variation. A value of [code]2.0[/code] means pitch will be randomized between double and half. [b]Note:[/b] Setting this property also sets [member random_pitch_semitones]. @@ -77,7 +77,7 @@ [b]Note:[/b] Setting this property also sets [member random_pitch]. - The intensity of random volume variation. A value of 0 means no variation. + The intensity of random volume variation. Volume will be increased or decreased by a random value up to [code skip-lint]random_volume_offset_db[/code]. A value of [code]0.0[/code] means no variation. A value of [code]3.0[/code] means volume will be randomized between [code]-3.0 dB[/code] and [code]+3.0 dB[/code]. The number of streams in the stream pool.