You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Use dummy driver when JS AudioContext is unavailable.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user