We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following error when I use this package in an electron app:
../src/binding.c:48: speaker_open: Assertion napi_get_value_int32(env, args[0], &ao->channels) == napi_ok' failed.`
../src/binding.c:48: speaker_open: Assertion
Node version: 12.8.3 Electron: 12.0.1
I hope that somebody could help me.
The text was updated successfully, but these errors were encountered:
The same code runs fine when I build the app for Mac. Currently I'm using the following dependencies
"electron": "^13.1.6", "electron-builder": "^22.11.7", "speaker": "^0.5.3",
Sorry, something went wrong.
Problem was solved. There was a missing Number.parseInt in the node.js code for the options. This issue can be closed.
Do you mind showing me your setup for electron?
No branches or pull requests
I'm getting the following error when I use this package in an electron app:
../src/binding.c:48: speaker_open: Assertion
napi_get_value_int32(env, args[0], &ao->channels) == napi_ok' failed.`Node version: 12.8.3
Electron: 12.0.1
I hope that somebody could help me.
The text was updated successfully, but these errors were encountered: