Closed e-tornike closed 1 year ago
Not sure what your question is, exactly? To run e.g. the noambition visualizer, just do
cd noambition/
cargo run --release
this will use cpal by default:
cpal uses ALSA and usually pulseaudio provides an ALSA compatibility layer so your audio will be recorded from pulseaudio.
You may need to use pavucontrol
or another tool to hook up the visualizer to the monitor of your audio output. Or connect it to the correct microphone, if you want to visualize music played from outside sources.
I see. It works with the input from the microphone but not from audio played by the system itself.
In pavucontrol
, in the Recording tab, you have to set the source of the visualizer's audio input to Monitor of [your audio output device]. Then it will visualize the audio played by the system itself.
That works. Thanks a lot for the help!
Hey there, how would I run the most basic live mode configuration with pulseaudio input?