mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Use dummy driver when JS AudioContext is unavailable.
This commit is contained in:
parent
399e2c1db0
commit
357e99a31e
5 changed files with 45 additions and 10 deletions
|
|
@ -41,6 +41,7 @@ class AudioDriverJavaScript : public AudioDriver {
|
|||
int buffer_length;
|
||||
|
||||
public:
|
||||
static bool is_available();
|
||||
void mix_to_js();
|
||||
void process_capture(float sample);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue