mirror of
https://github.com/csd4ni3l/soundboard.git
synced 2026-03-10 17:19:24 +01:00
Improve README, make bevy wayland & x11 a linux-only dependency, add rust building, fix dead code warnings, try adding normal playing with virtual (didnt work, comments), fix pulse not working sometimes by adding a manual playback move to the virtual mic, make windows, linux and other virtual mic code per-system
This commit is contained in:
15
README.md
15
README.md
@@ -1,4 +1,15 @@
|
||||
Soundboard made in Rust & Bevy. My first Rust project.
|
||||
|
||||
For compilation on Linux, you will need the mold linker and clang to speed things up.
|
||||
On an arch machine for example, do `sudo pacman -S mold`
|
||||
# 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
|
||||
|
||||
## Windows
|
||||
- Needs the VB-Cable driver (https://vb-audio.com/Cable/)
|
||||
|
||||
## MacOS & Other
|
||||
- Might work as a music player with the default output device.
|
||||
- Not supported and not planned.
|
||||
Reference in New Issue
Block a user