#!/bin/bash

if test "$1" = stop; then
    exit 0
fi

(
    audio-test-tcmd -r -d intmic /data/test-mic.wav
    audio-test-tcmd -p -d speaker /data/test-mic.wav
) >/dev/null 2>&1 &

#ask-result Please talk for 5sec and Wait. Do you hear it replayed?
