You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm using MacOS Catalina, Node v12.19.0 and if I run output or input it works properly, but if I use duplex(input and output together) It crashes and log the following:
step 1step 2step 3step 4.2NAPI error in file ../src/AudioIO.cc on line 109. Error 10: An exception is pending
NAPI pending exception. Engine error code: 0
NAPI error in file ../src/naudiodon.cc on line 31. Error 9: Unknown failure
Assertion failed: (throwStatus == napi_ok), function checkStatus, file ../src/naudiodonUtil.cc, line 54.
Can anyone help me?
Update:
When I pass nothing on outOptions it emit my input sound with glitches
The text was updated successfully, but these errors were encountered:
Hello! I'm using MacOS Catalina, Node v12.19.0 and if I run output or input it works properly, but if I use duplex(input and output together) It crashes and log the following:
Can anyone help me?
Update:
When I pass nothing on
outOptions
it emit my input sound with glitchesThe text was updated successfully, but these errors were encountered: