Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 445 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 445 Bytes

rust-music-player

A music player built in Rust (Rodio)

cargo build - restores all dependencies and ...builds

cargo run - runs in dev mode

  • p - pause song
  • r - resume song
  • s - stop song

Dependencies

rodio

Dev dependencies

  • libsdl2-dev needed for rodio

Goals

  • Stop song thread when song finishes...
  • Open and play an mp3 file
  • Pause song
  • Resume song
  • Stop song

Future

  • seek
  • playlists