X-NEWS: fps alt.binaries.sounds.d: 160 Relay-Version: VMS News - V6.0-3 14/03/90 VAX/VMS V5.5; site fps.mcw.edu Path: fps.mcw.edu!uwm.edu!cs.utexas.edu!wotan.compaq.com!twisto.eng.hou.compaq.com!isis.eng.hou.compaq.com!max Newsgroups: alt.binaries.sounds.d Subject: Re: Converting various formats to .AU (Sun Sparc) Message-ID: From: max@isis.eng.hou.compaq.com (Max Heffler) Date: Thu, 30 Apr 1992 19:32:02 GMT Sender: news@twisto.eng.hou.compaq.com (Netnews Account) References: Organization: Compaq Computer Corp. Keywords: Converting, Sun, Sparc, .au Lines: 29 ej@cc.univie.ac.at (Ewald Jenisch) writes: >Does anybody know of a clever utility to convert the various sound-formats >to Sun .au? I've tried 'sox', but couldn't get it working. >E.g.: >./sox monkey.voc beast.au >./sox: Unsupported output style/size for Sun/NeXT header. >Only U-law, signed bytes, and signed words are supported. Here are a few of my scripts: # 8svx2au sox -t 8svx $1 -U -r 8000 `basename $1 .8svx`.au # snd2au sox -t raw -u -b -r $1 $2 -U -r 8000 `basename $2 .snd`.au # voc2au sox -t voc $1 -U -r 8000 `basename $1 .voc`.au # wav2au sox -t wav $1 -U -r 8000 `basename $1 .wav`.au -- Max Heffler, Senior Software Engineer internet: max@compaq.com Compaq Computer Corporation uucp: ..!uunet!max@compaq.com P.O. Box 692000 - M050701 phone: (713) 378-8366 Houston, Texas 77269-2000 fax: (713) 374-7305