#! /bin/sh

# Test reading of AIFC ULAW encoding

rm -f core out.wav

${sox:-sox} ulaw.aifc out.wav
status=$?

rm -f core out.wav

exit $status
