Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Sep 16, 2023
1 parent a498b0b commit 8930e68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
build: |
yarn build --target i686-pc-windows-msvc
yarn test
yarn benchmark
target: i686-pc-windows-msvc
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const { result } = await mediaplex.probeStream(stream, 5 * 1024 * 1024);
## Opus Encoder

Mediaplex also includes an Opus encoder/decoder. Here's an example:
Mediaplex also includes an Opus encoder/decoder, which can be used as a drop-in replacement for [`@discordjs/opus`](https://github.com/discordjs/opus). Here's an example on how to use it:

```js
const { OpusEncoder, getOpusVersion } = require('mediaplex');
Expand Down

0 comments on commit 8930e68

Please sign in to comment.