1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

Honor pitch_scale value before playing audio sample

This commit is contained in:
Adam Scott
2024-08-20 10:29:32 -04:00
parent 826de7976a
commit aaafd163b2
5 changed files with 11 additions and 4 deletions

View File

@@ -294,6 +294,7 @@ void AudioDriverWeb::start_sample_playback(const Ref<AudioSamplePlayback> &p_pla
itos(p_playback->stream->get_instance_id()).utf8().get_data(),
AudioServer::get_singleton()->get_bus_index(p_playback->bus),
p_playback->offset,
p_playback->pitch_scale,
volume_ptrw);
}