Playa
Plays mp3s from a directory using Ruby. An example app using Vedeu ( https://github.com/gavinlaking/vedeu ).
Requirements
- Portaudio >= 19
- Mpg123 >= 1.14
OSX Dependency Installation
brew install portaudio
brew install mpg123
Debian / Ubuntu Dependency Installation
sudo apt-get install libjack0 libjack-dev
sudo apt-get install libportaudiocpp0 portaudio19-dev libmpg123-dev
Gem Installation
gem install playa
or
sudo gem install playa
Usage
Play all .mp3 files in the current working directory:
playa
or, specify a directory to play from:
playa /path/to/mp3s
Contributing
- Fork it ( http://github.com/gavinlaking/playa/fork )
- Clone it
bundle
-
rake
orbundle exec guard
- Create your feature branch (
git checkout -b my-new-feature
) - Write some tests, write some code, have some fun
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new pull request