We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7900ae3 commit 9feec74Copy full SHA for 9feec74
README.md
@@ -1,10 +1,10 @@
1
-# @discordjs/opus
+# @discordjs/opus [](https://github.com/discordjs/opus/actions?query=workflow%3ABuild) [](https://github.com/discordjs/opus/actions?query=workflow%3APrebuild)
2
> Native bindings to libopus v1.3
3
4
## Usage
5
6
```js
7
-const { OpusEncoder } = require('@discodjs/opus');
+const { OpusEncoder } = require('@discordjs/opus');
8
9
// Create the encoder.
10
// Specify 48kHz sampling rate and 2 channel size.
0 commit comments