You've already forked godot
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user