Improve README, add untested Windows mic to virtual mic support, remove global pause and add per-sound pause & stop. Add youtube downloader UI and per-view rendering which doesnt do anything yet

This commit is contained in:
csd4ni3l
2026-02-15 17:24:21 +01:00
parent d78c3c22c9
commit 0ae204ed0f
5 changed files with 155 additions and 65 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
bevy_egui = "0.38.1"
rand = "0.9.2"
rfd = "0.16.0"
ringbuf = "0.4.8"
rodio = { version = "0.21.1", features = ["mp3", "wav", "flac", "vorbis"] }
serde = "1.0.228"
serde_json = "1.0.146"
@@ -49,4 +50,4 @@ features = [
"bevy_picking",
"wayland",
"x11"
]
]