#!/bin/bash
/usr/bin/sox $1 -t wav -s -w - | /usr/bin/lame --preset phone -v -q 0 -V 9 --quiet - $2

