pwsp 1.7.4

PWSP lets you play audio files through your microphone. Has both CLI and GUI clients.
1
2
3
4
5
6
pub mod commands;
pub mod config;
pub mod daemon;
pub mod global_hotkeys;
pub mod gui;
pub mod pipewire;