#!/bin/sh
dd if=$1 of=$2.raw skip=294c bs=1c 
sox -w -x -s -r 22050 $2.raw $2
rm $2.raw
