#!/bin/bash

find . -name '*.wav' -exec AUDIOtoMP3 {} \;

find . -name '*.wma' -exec AUDIOtoMP3 {} \;

find . -name '*.amr' -exec AUDIOtoMP3 {} \;
