kopuz-player 0.9.0

A modern, lightweight music player built with Rust and Dioxus.
Documentation
1
2
3
4
5
6
7
//! Audio playback engine for Kopuz: player state machine, decoder, equalizer,
//! system media controls, and audio output via cpal / symphonia.

pub mod decoder;
pub mod eq;
pub mod player;
pub mod systemint;