mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Honor pitch_scale value before playing audio sample
(cherry picked from commit aaafd163b2)
This commit is contained in:
committed by
Rémi Verschelde
parent
2dd696867f
commit
219ddde30c
@@ -50,6 +50,7 @@ public:
|
||||
Ref<AudioStream> stream;
|
||||
|
||||
float offset = 0.0f;
|
||||
float pitch_scale = 1.0;
|
||||
Vector<AudioFrame> volume_vector;
|
||||
StringName bus;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user