From 5a4ebe3467d25a741a8cc55ab591f99f1f27d322 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Thu, 5 Feb 2026 21:43:15 +0100 Subject: [PATCH] Improve README by updating it with the newest info (new Linux stuff and Windows limitations) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 714e7fc..aa4bfc2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ Soundboard made in Rust & Bevy. My first Rust project. # Support & Requirements -- On all OSes, you need to still select the device inside the app you want to use it in. ## Linux - Needs the `mold` linker and `clang` to compile fast - ALSA & PulseAudio/Pipewire-pulse is a requirement +- Can use auto-selection of app to use the virtual mic in. +- Auto-routes mic to virtual mic by default, so others can also hear you. ## Windows - Needs the VB-Cable driver (https://vb-audio.com/Cable/) +- You need to still select the device inside the app you want to use it in. +- They only hear the soundboard as of right now, not your actual mic. ## MacOS & Other - Might work as a music player with the default output device.