Play audio with a Ruby shell script
#!/usr/bin/ruby #file: ogg-play.rb `ogg123 #{ARGV[0]} > /dev/null 2>&1`
e.g.
wget http://upload.wikimedia.org/wikipedia/en/4/4d/Elo_blue_sky.ogg ./ogg-play.rb Elo_blue_sky.ogg
DZone Snippets > jrobertson > ogg
12382 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
James Robertson http://www.r0bertson.co.uk
#!/usr/bin/ruby #file: ogg-play.rb `ogg123 #{ARGV[0]} > /dev/null 2>&1`
wget http://upload.wikimedia.org/wikipedia/en/4/4d/Elo_blue_sky.ogg ./ogg-play.rb Elo_blue_sky.ogg