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
Prepare some PCM data. In my case it's 16kHz mono, 16bits.
Encode it with 960 bytes per frame.
Watch the crash
After digging into the missing symbols, I managed to fix that by adding "opus/silk/arm/NSQ_neon.c" to the "target_arch==\"arm64\"" condition in @discordjs/opus/deps/binding.gyp .
Issue description
After digging into the missing symbols, I managed to fix that by adding
"opus/silk/arm/NSQ_neon.c"
to the"target_arch==\"arm64\""
condition in@discordjs/opus/deps/binding.gyp
.Code sample
Versions
Issue priority
Medium (should be fixed soon)
The text was updated successfully, but these errors were encountered: