#!/bin/bash [ -z "$1" ] && echo "usage: $0 " && exit 1 SECONDS=$1 dd if=/dev/zero bs=44100 count=`echo "4 $SECONDS * p" | dc` | lame -r -s 44.1 - -