xavriley / ruby-aubio

Ruby bindings for the aubio audio library
MIT License
8 stars 5 forks source link

Fix hardcoded lib path #1

Closed glenpike closed 5 years ago

glenpike commented 5 years ago

Use example from legacy api file - was throwing an error when running Sonic Pi against gems installed in system (rather than vendor)

glenpike commented 5 years ago

Thanks for the merge. I'm currently trying to install aubio from a Gemfile so could do with a bump - I've tried to use a reference to master, but somehow I can't get it to work...

e.g.

gem 'aubio', git: 'https://github.com/xavriley/ruby-aubio.git', branch: 'master'

Doesn't seem to install the gem for some reason, but I can clone and install from local.