On Wed, 2003-11-26 at 06:12, Stroller wrote:

> Many, many thanks. I fear I may have to post again as this project 
> progresses, and it is reassuring to know of someone else who has been 
> successful at this.

I forgot to attach my simple shell script for listing and playing the
voice files. Here it is. 


-- 
-- ------------------------------------------------------------------------- 
Keith Dart
<mailto:[EMAIL PROTECTED]>
<http://www.kdart.com/>  
----------------------------------------------------------------------------
Public key ID: B08B9D2C Public key: <http://www.kdart.com/~kdart/public.key>
============================================================================
#!/bin/sh

SPOOL=/var/spool/voice/incoming

if [ $# -lt 1 ] ; then
	ls -lt $SPOOL | head -20
	exit
fi

rmdtopvf $SPOOL/$1 | pvftowav | aplay

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to