audio-playback
audio-playback copied to clipboard
Ruby/Command Line Audio File Player
@arirusso Is it supposed to work? Everything installs fine for me, but fails to play a sample mp3: ``` 36-156% /opt/local/libexec/ruby3.3/playback /Users/svacchanda/Downloads/JENNIE_SOLO.mp3 /opt/local/lib/ruby3.3/gems/3.3.0/gems/ruby-audio-1.6.1/lib/ruby-audio/sound.rb:35:in `initialize': File does not exist or is...
Building native extensions. This could take a while... ERROR: Error installing audio-playback: ERROR: Failed to build gem native extension. current directory: /var/lib/gems/2.4.0/gems/ruby-audio-1.6.1/ext/rubyaudio_ext /usr/bin/ruby2.4 -r ./siteconf20180526-6666-7qbskl.rb extconf.rb checking for sndfile.h in...
please write to me small example load file, play, pause, stop etc.
Thanks for the great library – worked on Mac without any problems. I'm trying to use [my project](https://github.com/umts/realtime-announcements) on Ubuntu 16.04, on which I've installed `portaudio19-dev` and `libsndfile1-dev`. The gem...