georgi / audite

Portable mp3 player for Ruby
http://georgi.github.com/audite
MIT License
102 stars 17 forks source link

Fix Debian install instructions and add tests #5

Closed wheresalice closed 11 years ago

wheresalice commented 11 years ago

I've updated the readme to get it to install on Debian Wheezy, although it doesn't actually play mp3 files correctly - they play at about the right sound level, but the audio is all garbled.

I've also added some very basic rspec tests for this, really just as a way of encouraging others to write more tests. I'm not testing any more than this can actually load an mp3 file and report its length.

georgi commented 11 years ago

Nice! Did you try the gem 0.1.5 or current master?

Not sure if current master is working correctly on Linux, could you go back and look if it makes a difference? https://github.com/georgi/audite/commit/affa6bb2b191f3dfae47b69cad2d56c97ad344e3

wheresalice commented 11 years ago

This was against the latest version from master.

I've just done a gem install from rubygems and it plays fine.