zarumet 1.5.13

A terminal-based mpd client with album display
1
2
3
4
5
6
7
//! PipeWire integration module
//!
//! Provides functionality to control PipeWire sample rate based on
//! the currently playing song in MPD.

#[cfg(target_os = "linux")]
pub mod pipewire;