Skip to content

Commit f21d6bf

Browse files
authored
Merge branch 'master' into dev
2 parents 4dc9be8 + 1c8003a commit f21d6bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

IMPLEMENTATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ Filters are used in above requests and look like this
784784
| distortion? | [Distortion](#distortion) object | Lets you distort the audio |
785785
| channelMix? | [Channel Mix](#channel-mix) object | Lets you mix both channels (left and right) |
786786
| lowPass? | [Low Pass](#low-pass) object | Lets you filter higher frequencies |
787+
| ... | ... | Plugins may add different filters which can also be set here |
787788

788789
##### Equalizer
789790

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ Additional labels for release candidates are available as extensions to the `MAJ
9494
| [Lavalink.NET](https://github.com/Dev-Yukine/Lavalink.NET) | .NET | **Any** || Unmaintained |
9595
| [SharpLink](https://github.com/Devoxin/SharpLink) | .NET | Discord.Net || Unmaintained |
9696
| [DisCatSharp.Lavalink](https://github.com/Aiko-IT-Systems/DisCatSharp/tree/main/DisCatSharp.Lavalink) | .NET | DisCatSharp || |
97-
| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | |
97+
| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | |
9898
| [waterlink](https://github.com/lukasl-dev/waterlink) | Go | **Any** || |
9999
| [gavalink](https://github.com/foxbot/gavalink) | Go | **Any** || Unmaintained |
100100
| [Lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust | **Any\*** || *`tokio`-based libraries only |
101-
| [Coglink](https://github.com/ThePedroo/Coglink) | C | Concord | | |
101+
| [Coglink](https://github.com/ThePedroo/Coglink) | C | Concord | | |
102102

103103
Or alternatively, you can create your own client library, following the [implementation documentation](https://github.com/freyacodes/Lavalink/blob/master/IMPLEMENTATION.md).
104104
Any client libraries marked with `Unmaintained` have been marked as such as their repositories have not received any commits for at least 1 year since time of checking,

0 commit comments

Comments
 (0)