From 8930e684b91e6e02f0523eca7d684c7ab1efc33c Mon Sep 17 00:00:00 2001 From: skdhg <46562212+skdhg@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:33:10 +0545 Subject: [PATCH] chore: docs --- .github/workflows/CI.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0cf5db0..080ac2a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/README.md b/README.md index 4b3e21c..9cc1bae 100644 --- a/README.md +++ b/README.md @@ -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');