#!/dis/sh.dis # oggdec 1.0.1 can read stdin, and write PCM output to stdout load std for f in $* { cat $"f | os oggdec -Q -o - - | wav2iaf |auplay - }