-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
missing symbol called #2
Comments
@tylerlong could you please take a look? |
mediaplex is a drop-in replacement for discordjs/opus so this should be as easy as changing the import statement |
Yeah, it should be, but it could be some minor nuances that only the author knows about |
I have left a pr, rest is up to the author #5 |
I am aware of this issue now: "@discordjs/opus does not seem to work with Apple silicon." Let me see what I can do. |
Thanks |
By the way, I think we tested |
I released a new version and replaced @discordjs/opus with @evan/opus. mediaplex produced audio file with bad quality so I didn't use it. |
When attempting to migrate to a new version using Opus for audio, we encounter a
missing symbol called
error on macOS M1.@discordjs/opus
does not seem to work with Apple silicon. The same issue has been reported to the repository discordjs/opus#165 but since the project has no active maintainers, it was not fixed.Also,
@discordjs/opus
has a high severity vulnerability GHSA-43wq-xrcm-3vgrIn our project, as a workaround, we tried to override the
@discordjs/opus
dependency to https://www.npmjs.com/package/mediaplex, and it looks okay so far.Any chances to migrate to another library instead of
@discordjs/opus
to solve this problems?The text was updated successfully, but these errors were encountered: