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
Can't use opus decoder despite having @discordjs/opus and opusscript installed
Error: Error: Cannot find module '@discordjs/opus' Error: Cannot find module 'node-opus' Error: Cannot find module 'opusscript'
the demuxer works, but decoder throws mentioned error
The text was updated successfully, but these errors were encountered:
Are you using ES6 import export type: "module" in your project, package.json? I guess the problem lies within
Sorry, something went wrong.
No branches or pull requests
Issue:
Can't use opus decoder despite having @discordjs/opus and opusscript installed
Steps to reproduce:
the demuxer works, but decoder throws mentioned error
Further details:
The text was updated successfully, but these errors were encountered: