#!/bin/sh

mpg123 -r 44100 -m -s $1.mp3 | sox -r 44100 -t .raw -w -s - -r 8000 -b -U $1-phone.wav
