Honor pitch_scale value before playing audio sample
This commit is contained in:
parent
826de7976a
commit
aaafd163b2
5 changed files with 11 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue