[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7580":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":37,"discoverSource":38},7580,"Lavalink","lavalink-devs\u002FLavalink","lavalink-devs","Standalone audio sending node based on Lavaplayer.","https:\u002F\u002Flavalink.dev\u002F",null,"Kotlin",1867,894,33,9,0,2,4,11,7,21.86,"MIT License",false,"master",true,[27,28,29,30,31,32,33],"audio","discord","docker","hacktoberfest","lavalink","lavaplayer","spring-boot","2026-06-12 02:01:41","# Lavalink\n\n\u003Cimg align=\"right\" src=\"\u002Fbranding\u002Flavalink.svg\" width=200 alt=\"Lavalink logo\">\n\nA standalone audio sending node based on [Lavaplayer](https:\u002F\u002Fgithub.com\u002Flavalink-devs\u002Flavaplayer) and [Koe](https:\u002F\u002Fgithub.com\u002FKyokoBot\u002Fkoe).\nAllows for sending audio without it ever reaching any of your shards.\n\nBeing used in production by FredBoat, Dyno, LewdBot, and more.\n\nA [basic example bot](https:\u002F\u002Fgithub.com\u002Flavalink-devs\u002Flavalink-client\u002Ftree\u002Fmain\u002Ftestbot) is available.\n\n[![Lavalink Guild](https:\u002F\u002Fdiscordapp.com\u002Fapi\u002Fguilds\u002F1082302532421943407\u002Fembed.png?style=banner2)](https:\u002F\u002Fdiscord.gg\u002FZW4s47Ppw4)\n\n> [!NOTE]\n> Lavalink v4 is now **out** of beta! See [the changelog](CHANGELOG.md) for more information.\n\n## Getting started\n* Pick one of the [up-to-date clients](https:\u002F\u002Flavalink.dev\u002Fclients). Advanced users can create their own using the [API documentation](https:\u002F\u002Flavalink.dev\u002Fapi\u002F)\n* See the [server configuration documentation](https:\u002F\u002Flavalink.dev\u002Fconfiguration\u002F) for configuring your Lavalink server\n* Explore [available plugins](https:\u002F\u002Flavalink.dev\u002Fplugins) for extra features\n* See also our [FAQ](https:\u002F\u002Flavalink.dev\u002Fgetting-started\u002Ffaq)\n\u003Cdetails>\n\u003Csummary>Table of Contents\u003C\u002Fsummary>\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Hardware Support](#hardware-support)\n- [Changelog](#changelog)\n- [Versioning policy](#versioning-policy)\n\n\u003C\u002Fdetails>\n\n## Features\n* Support for [DAVE](https:\u002F\u002Fdaveprotocol.com)\n* Powered by Lavaplayer\n* Minimal CPU\u002Fmemory footprint\n* Twitch\u002FYouTube (via [this](https:\u002F\u002Fgithub.com\u002Flavalink-devs\u002Fyoutube-source#plugin) plugin) stream support\n* Event system\n* Seeking\n* Volume control\n* REST API for resolving Lavaplayer tracks, controlling players, and more\n* Statistics (good for load balancing)\n* Basic authentication\n* Prometheus metrics\n* Docker images\n* [Plugin support](https:\u002F\u002Flavalink.dev\u002Fplugins.html)\n\n## Requirements\n\n* Java 17 LTS or newer required. (we recommend running the latest LTS version or newer)\n* OpenJDK or Zulu running on Linux AMD64 is officially supported.\n\nSupport for other JVMs is also best-effort. Periodic CPU utilization stats are prone not to work everywhere.\n\n## Hardware Support\n\nLavalink also runs on other hardware, but support is best-effort.\nHere is a list of known working hardware:\n\n| Operating System | Architecture | DAVE | Lavaplayer | JDA-NAS | Timescale | AVX2  |\n|------------------|--------------|------|------------|---------|-----------|-------|\n| linux            | x86-64       | ✅    | ✅          | ✅       | ✅         | ✅     |\n| linux            | x86          | ✅    | ✅          | ✅       | ✅         | ✅     |\n| linux            | arm          | ✅    | ✅          | ✅       | ✅         | ❌     |\n| linux            | armhf        | ✅    | ✅          | ❌       | ❌         | ❌     |\n| linux            | aarch32      | ✅    | ✅          | ❌       | ❌         | ❌     |\n| linux            | aarch64      | ✅    | ✅          | ✅       | ✅         | ❌     |\n| linux-musl       | x86-64       | ✅    | ✅          | ✅       | ✅         | ✅     |\n| linux-musl       | aarch64      | ✅    | ✅          | ✅       | ✅         | ❌     |\n| windows          | x86-64       | ✅    | ✅          | ✅       | ✅         | ✅     |\n| Windows          | x86          | ✅    | ✅          | ✅       | ✅         | ✅     |\n| Windows          | aarch64      | ✅    | ❌[^1]      | ✅       | ❌[^1]     | ❌[^1] |\n| darwin           | x86-64       | ✅    | ✅          | ✅       | ✅         | ✅     |\n| darwin           | aarch64e     | ✅    | ✅          | ✅       | ✅         | ❌     |\n\n[^1]: Windows on ARM is not natively supported, but seems to work fine with x86-64 JVMs & emulation.\n\n> [!NOTE]\n> The minium supported version for glibc in DAVE is 2.35 (Ubuntu 22.04).\n\n## Changelog\n\nPlease see [here](CHANGELOG.md)\n\n## Versioning policy\n\nLavalink follows [Semantic Versioning](https:\u002F\u002Fsemver.org\u002F).\n\nThe version number is composed of the following parts:\n\n    MAJOR breaking API changes\n    MINOR new backwards compatible features\n    PATCH backwards compatible bug fixes\n    PRERELEASE pre-release version\n    BUILD additional build metadata\n\nVersion numbers can come in different combinations, depending on the release type:\n\n    `MAJOR.MINOR.PATCH` - Stable release\n    `MAJOR.MINOR.PATCH+BUILD` - Stable release with additional build metadata\n    `MAJOR.MINOR.PATCH-PRERELEASE` - Pre-release\n    `MAJOR.MINOR.PATCH-PRERELEASE+BUILD` - Pre-release additional build metadata\n\n\n\n","Lavalink 是一个基于 Lavaplayer 和 Koe 的独立音频发送节点，主要用于将音频直接发送到目标而无需经过任何分片。其核心功能包括支持多种音频源（如Twitch、YouTube等）、事件系统、音量控制及REST API等，具有低CPU\u002F内存占用的特点，并且支持DAVE协议和Prometheus监控指标。此外，Lavalink 提供了Docker镜像以及插件扩展能力，便于用户根据需求定制化使用。该项目非常适合需要在Discord等平台上构建音频播放机器人的开发者或团队采用。","2026-06-11 03:13:09","top_language"]