Subject: Re: new au.c
To: SamMaEl <rimsky@teleport.com>
From: Scott Reynolds <scottr@og.org>
List: port-mac68k
Date: 05/19/1998 23:25:44
On Sat, 9 May 1998, SamMaEl wrote:

> > 2. Get some sound file with raw format.
> 
> 	Define 'raw format'? What sound formats will this program work
> with?

i've used sox (see the NetBSD packages system if you don't know what this
is) and converted generic 8KHz sun .au files for use with this program.

	sox -r 8000 file.au -ub -r 22255 file.raw rate

feed file.raw to au.c and watch -- er, hear -- it work.

--scott

ps - of course, don't forget to ln -s /dev/asc0 /dev/audio :-)

pps - btw, i'm very impressed that we're making headway on this!