Skip to content

thelinuxpoint/gtplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gt-Play

C/C++ CI GitHub license

Raw mp3 decoder designed with ALSA ( advanced linux sound architecture )

Dependencies

sudo apt-get install libasound2-dev

Downloading

git clone https://github.com/thelinuxpoint/gtplay.git

Building

go to the gtplay directory created as a result from the above step

cd gtplay

now buid the project using the following commands

make
make clean

Playing

./gtplay your_song_path.mp3