karlstav / cava

Cross-platform Audio Visualizer
MIT License
4.22k stars 232 forks source link

CAVA Not Working In WSL #454

Closed CSNinja11 closed 2 years ago

CSNinja11 commented 2 years ago

I Installed All requirements For Ubuntu And I Tried To Use CAVA With winscap But It's Not Working my config only contains: [input] method = fifo source = /tmp/cava.fifo sample_rate = 48000

i runed /mnt/c/path/to/winscap.exe 2 48000 16 > /tmp/cava.fifo with my path but CAVA Bars Are Not Working

karlstav commented 2 years ago

Should work. What happens when you run cava? Are you seeing the bars at the bottom of the terminal?

eltrevii commented 2 years ago

@CSNinja11 why do you use winscap? just run cava directly

karlstav commented 2 years ago

@Aritz331 you will need to run both in order to capture audio with wsl. run them in two seperate terminals or do

/mnt/c/path/to/winscap.exe 2 48000 16 > /tmp/cava.fifo & cava
eltrevii commented 2 years ago

@karlstav oh ok, i didnt know it

karlstav commented 2 years ago

is this still an issue @CSNinja11?

tloc241 commented 2 months ago

@CSNinja11 can you help me making winscap.exe file in cygwin? i still don't know how you can have that @@

eltrevii commented 2 weeks ago

@tloc241 just download it from the official releases broski