#!/bin/bash

for f in "$@"; do
  toolame -b 256 "$f" "${f/.wav/.mp3}";
done
