You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
AudioDriverJavaScript now compute buffer size.
Based on mix rate and expected latency.
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
virtual Error init();
|
||||
virtual void start();
|
||||
void resume();
|
||||
virtual float get_latency();
|
||||
virtual int get_mix_rate() const;
|
||||
virtual SpeakerMode get_speaker_mode() const;
|
||||
virtual void lock();
|
||||
|
||||
Reference in New Issue
Block a user