File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ var LibraryOpenAL = {
2525
2626 ALC_EXTENSIONS : {
2727 // TODO: 'ALC_EXT_EFX': true,
28+ 'ALC_EXT_capture' : true ,
2829 'ALC_SOFT_pause_device' : true ,
2930 'ALC_SOFT_HRTF' : true
3031 } ,
Original file line number Diff line number Diff line change 11{
2- "a.out.js" : 245765 ,
3- "a.out.nodebug.wasm" : 573911 ,
4- "total" : 819676 ,
2+ "a.out.js" : 245771 ,
3+ "a.out.nodebug.wasm" : 573657 ,
4+ "total" : 819428 ,
55 "sent" : [
66 " IMG_Init" ,
77 " IMG_Load" ,
14741474 " env._mmap_js" ,
14751475 " env._msync_js" ,
14761476 " env._munmap_js" ,
1477- " env._newselect_js" ,
14781477 " env._setitimer_js" ,
14791478 " env._timegm_js" ,
14801479 " env._tzset_js" ,
19631962 " _emscripten_find_dylib" ,
19641963 " _emscripten_memcpy_bulkmem" ,
19651964 " _emscripten_memset_bulkmem" ,
1966- " _emscripten_proxy_newselect" ,
1967- " _emscripten_proxy_newselect_finish" ,
19681965 " _emscripten_run_callback_on_thread" ,
19691966 " _emscripten_set_offscreencanvas_size_on_thread" ,
19701967 " _emscripten_stack_alloc" ,
38263823 " $_emscripten_find_dylib" ,
38273824 " $_emscripten_memcpy_bulkmem" ,
38283825 " $_emscripten_memset_bulkmem" ,
3829- " $_emscripten_proxy_newselect" ,
3830- " $_emscripten_proxy_newselect_finish" ,
38313826 " $_emscripten_run_callback_on_thread" ,
38323827 " $_emscripten_set_offscreencanvas_size_on_thread" ,
38333828 " $_emscripten_stack_alloc" ,
39113906 " $cacoshl" ,
39123907 " $cacosl" ,
39133908 " $call" ,
3914- " $call_newselect" ,
39153909 " $call_once" ,
39163910 " $carg" ,
39173911 " $cargf" ,
Original file line number Diff line number Diff line change 1717#include <AL/alc.h>
1818#include <AL/alext.h>
1919
20- #define NUM_ALC_EXTENSIONS 2
20+ #define NUM_ALC_EXTENSIONS 3
2121static const ALCchar * alc_extensions [NUM_ALC_EXTENSIONS ] = {
22+ "ALC_EXT_capture" ,
2223 "ALC_SOFT_pause_device" ,
2324 "ALC_SOFT_HRTF" ,
2425};
You can’t perform that action at this time.
0 commit comments