Improve README by updating it with the newest info (new Linux stuff and Windows limitations)

This commit is contained in:
csd4ni3l
2026-02-05 21:43:15 +01:00
parent 07c0457701
commit 5a4ebe3467

View File

@@ -1,14 +1,17 @@
Soundboard made in Rust & Bevy. My first Rust project. Soundboard made in Rust & Bevy. My first Rust project.
# Support & Requirements # Support & Requirements
- On all OSes, you need to still select the device inside the app you want to use it in.
## Linux ## Linux
- Needs the `mold` linker and `clang` to compile fast - Needs the `mold` linker and `clang` to compile fast
- ALSA & PulseAudio/Pipewire-pulse is a requirement - 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 ## Windows
- Needs the VB-Cable driver (https://vb-audio.com/Cable/) - 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 ## MacOS & Other
- Might work as a music player with the default output device. - Might work as a music player with the default output device.