use rodio's cpal, use microphone device instead of default, only show supported files in the list, and Linux works now when ran with the included script and Discord set to use the virtual_mic source.

This commit is contained in:
csd4ni3l
2026-01-22 20:06:33 +01:00
parent 9c34ebbff5
commit ea2fa978ca
4 changed files with 23 additions and 76 deletions

View File

@@ -5,7 +5,6 @@ edition = "2024"
[dependencies]
bevy_egui = "0.38.1"
cpal = "0.17.0"
rand = "0.9.2"
rfd = "0.16.0"
rodio = { version = "0.21.1", features = ["mp3", "wav", "flac", "vorbis"] }