#!/bin/sh
# The transmitting side of an experimental audio link
# If the link is noisy, try shielding the wireless card.
# L. 26-Aug-10
killall esd
cat /dev/dsp1 | \
  sox -t raw -r48000 -sw -c1 - \
  -c1 -sb -t raw - \
  | nc attraction.brooknet 15151
