#!/bin/bash
#
# /home/eric/bin/ecamynthes/ecasnoscl-r.sh
# eric@zhevny.com
#
# after jackd and ecanoscl-i.sh have been started in separate consoles
# run this in a third console to capture ecanoscl-i.sh output
#
# edit -t: option for different session lengths

ecasound -i:jack_auto,ecasound \
         -f:24,1,48000 \
         -o:/mnt/audio/in_progress/ecanoscl/`date +%Y-%m%d-%H%M-ecanoscl.wav` \
         -t:900
