Skip to content

linhub15/rust-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My attempt at command line music player

Resources

Stars

Watchers

Forks

Languages