mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
AudioDriverJavaScript now compute buffer size.
Based on mix rate and expected latency.
This commit is contained in:
parent
d4599fff68
commit
245c179bd3
2 changed files with 34 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue