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 audio_player;
pub mod commands;
pub mod config;
pub mod gui;
pub mod pipewire;
pub mod socket;