PulseMix is a cross-platform audio visualizer and stereo mixer built with GTK and C++. It provides a minimalist yet powerful interface to monitor and adjust stereo audio output in real-time.
- ποΈ Left/Right channel volume control
- π Wide soundstage slider
- π§ Real-time waveform visualization
- π οΈ Built using PortAudio, libsndfile, and GTK
- GTK 3
- PortAudio
- libsndfile
g++ main.cpp -o pulsemix `pkg-config --cflags --libs gtk+-3.0` -lsndfile -lportaudio