1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Implemented audio input support for JavaScript audio driver

This commit is contained in:
Marcelo Fernandez
2018-10-08 15:46:21 -03:00
parent c23710adde
commit 3a702b3ed8
3 changed files with 102 additions and 10 deletions

View File

@@ -122,6 +122,7 @@ def configure(env):
## Link flags
env.Append(LINKFLAGS=['-s', 'BINARYEN=1'])
env.Append(LINKFLAGS=['-s', 'BINARYEN_TRAP_MODE=\'clamp\''])
# Allow increasing memory buffer size during runtime. This is efficient
# when using WebAssembly (in comparison to asm.js) and works well for