creating a silent mp3 for icecast

this worked very well.
dd if=/dev/zero bs=44100 count=1 \
| lame -r -b 128 -m s \
  --ta "nothing playing" \
  --tt "check back soon" \
- silence-fallback.mp3