Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.51 KB

File metadata and controls

45 lines (28 loc) · 1.51 KB

Rust audio player

Personal project of an audio manager & player written in Rust

Installation

Environment requirements :

On Ubuntu 22.04 :

sudo apt install -y build-essential

restart then:

sudo apt-get install -y pkg-config libfontconfig-dev libpulse-dev

Launch

To get a prod optimized executable, in project root :

cargo build --release

Or for a quick iterative test, simply launch :

cargo run

Crates

Each internal crates are meant to be testable with a command line interface. As project is not even in a 0.0.1 version, crates are subject to breaking changes :D

Crate Description
[audio-player] Interface for external audio player crate & metadata / tags parser
[audio-manager] File system visitor & tag aggregator
[audio-analyzer] Audio spectrum analyzer

Main Dependencies

Special Thanks