Skip to content

jgarnierGit/mp3-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages