{"id":23814091,"url":"https://github.com/notjustanna/aux-cable","last_synced_at":"2025-08-12T17:40:58.161Z","repository":{"id":263637466,"uuid":"866851095","full_name":"NotJustAnna/aux-cable","owner":"NotJustAnna","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T12:18:34.000Z","size":3437,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T17:46:48.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotJustAnna.png","metadata":{"files":{"readme":".github/readme/logo.png","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-03T01:40:11.000Z","updated_at":"2025-04-16T12:18:37.000Z","dependencies_parsed_at":"2024-11-20T00:02:46.132Z","dependency_job_id":"4b8d0e15-17e7-403c-866d-a85022f91f48","html_url":"https://github.com/NotJustAnna/aux-cable","commit_stats":null,"previous_names":["notjustanna/aux-cable"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/NotJustAnna/aux-cable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Faux-cable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Faux-cable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Faux-cable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Faux-cable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotJustAnna","download_url":"https://codeload.github.com/NotJustAnna/aux-cable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Faux-cable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270108310,"owners_count":24528758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-02T03:46:24.833Z","updated_at":"2025-08-12T17:40:57.796Z","avatar_url":"https://github.com/NotJustAnna.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Aux Cable\n\n![Screenshot of the Aux Cable app](https://github.com/NotJustAnna/aux-cable/blob/main/screenshots/VoiceChannelScreen.selector.png?raw=true)\n\n\"Aux Cable\" is a self-hosted Discord \"bot\" that allows you to stream any input from your computer to a voice channel on Discord.\nThis is useful for listening to music together, DJing, TTRPG sound effects, or any other audio you want to share with your friends.\n\nIt's a simple Swing application that uses the Discord API (with [JDA](https://github.com/discord-jda/JDA) as the special sauce)\nto connect a bot to a voice channel and stream audio from your computer's input device (using Java's Sound API).\n\n## Recommended setup\n\n1. **Create a Discord bot**:\n   - Go to the [Discord Developer Portal](https://discord.com/developers/applications)\n   - Create a new application\n   - Go to the \"Bot\" tab and create a bot\n   - Copy the bot token\n       - You will need this token to run the application.\n       - **Do not share this token with anyone!** It's like a password for your bot.\n2. **Invite the bot to your server**:\n   - Go to the \"OAuth2\" tab\n   - Select the \"bot\" scope\n   - Select the \"Connect\" and \"Speak\" permissions\n   - Copy the generated URL and open it in your browser\n   - Select the server you want to invite the bot to\n3. **Install any sort of virtual audio cable software**:\n   - On Windows, I recommend [any of the VoiceMeeter editions](https://vb-audio.com/Voicemeeter/)\n4. **Install Java**:\n   - The release version was built with Java 21. If you need to install it, here's a few options:\n     - [Amazon Corretto](https://aws.amazon.com/corretto/), Amazon's Java distribution.\n     - [Adoptium](https://adoptium.net/), a distribution of Java by the Eclipse Foundation.\n     - Want even more choices? [The Java Almanac lists them all.](https://javaalmanac.io/jdk/21/#downloads:~:text=Downloads,-Vendor)\n5. **Download the latest release**:\n   - Go to the [releases page](https://github.com/NotJustAnna/aux-cable/releases) and download any of the files.\n     - `aux-cable-*.*-app.jar` is the standalone JAR file.\n       - This is the simplest way to run the application, just double-click the file or run `java -jar` followed by the file name.\n     - `aux-cable-*.*-app.zip` and `aux-cable-*.*-app.tar` are bundled with start scripts that runs the JAR with recommended JVM options.\n       - This is the recommended way to run the application.\n       - Just download one of the archives, extract it, and run the start script inside the `bin` directory.\n6. **Running the application**:\n   - Paste the token into the \"Bot token\" field and click \"Login\".\n   - Select the guild and voice channel you want to stream to and click \"Connect\".\n   - Select the input device you want to stream and unmute the bot.\n   - Done! You should now be streaming audio to the voice channel.\n   - Keep the application running while you want to stream audio. Closing the application will stop the stream and disconnect the bot.\n\n## Building from source\n\nAs long as you have Java 21 installed, you can simply run `./gradlew build` (or `.\\gradlew.bat build` on Windows)\nto build the application. The JAR file will be located in `build/libs` and the distribution archives will be located in `build/distributions`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotjustanna%2Faux-cable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotjustanna%2Faux-cable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotjustanna%2Faux-cable/lists"}