opus icon indicating copy to clipboard operation
opus copied to clipboard

Native opus bindings for node

Results 30 opus issues
Sort by recently updated
recently updated
newest added

Precompiled binary not found. **Log: (partial)** ```bash #0 92.05 npm ERR! Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/node/node_modules/@discordjs/opus/prebuild/node-v93-napi-v3-linux-arm64-musl-1.2.2/opus.node --module_name=opus --module_path=/home/node/node_modules/@discordjs/opus/prebuild/node-v93-napi-v3-linux-arm64-musl-1.2.2 --napi_version=8 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1) #0 92.05 npm ERR!...

bug

**Please describe the problem you are having in as much detail as possible:** When i try to construct the Method `OpusEncoder` node exits with `errno 4294930435` or with `Error: Cannot...

question

Hi! in sources we have deps/opus/silk/resampler.c can we wrap this functional to external usage? I need to get pcm 8000 sample rate after decode opus (even it was 16000 or...

feature request

![image](https://user-images.githubusercontent.com/63492966/186921394-86f1a390-d4ff-45e7-ac67-6aa34c9087d5.png) If i trying update discord-opus to 0.8.0 i getting this ```-----> Installing dependencies Installing node modules (package.json) npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /app/tmp/preinstall-.sh...

bug

- Vanity URL - Issue forms - Updated pull request description template - Etc.

chore

**Please describe the changes this PR makes and why it should be merged:** ref: nodejs/node-gyp#2219 ref: nodejs/node-gyp#2869 This PR includes following changes: - Fix python version to 3.8 in node...

I tried to install @discordjs/opus using nodejs versions above v18.18.2 but the same error keeps coming back. I have observed several identical cases using nodejs v20 and encountering this error....

bug

**Please describe the changes this PR makes and why it should be merged:** This PR addresses the `dyld: missing symbol called` fatal error on Apple Silicon by adding the required...

**Please describe the problem you are having in as much detail as possible:** Trying to decode opus data that come from open-ai tts **Include a reproducible code sample here, if...

bug

Unable to install @discordjs/opus, getting the error output below. ``` npm ERR! code 1 npm ERR! path /Users/johnalban/Documents/codingStuff/Personal projects/Discord-bot/node_modules/@discordjs/opus npm ERR! command failed npm ERR! command sh /var/folders/v9/tssb2ckj5vb394w6nqj07x8h0000gn/T/install-db9dedbe.sh npm ERR!...

bug