#!/bin/sh
sox -twav - -traw -r44100 -s -w -c1 - |
dd bs=$((441 * 2)) skip=$1 count=$2 |
sox -traw -r44100 -s -w - -twav -
