Here are the sources of two utilities for SparcStation :

AS2SS
-----
Amiga IFF 8SVX sound file to SparcStation ulaw format.
usage :  as2ss <file-name>
<file-name> must be a correct IFF-8SVX file.
The result is a ulaw sound file at 8192 samples per sec named <file-name>.au
Stereo sounds are converted to mono.
Frequency (samples per sec) is adjusted to 8192 with an interpolation algorythm.

RAW2SS 
------
raw sound file to SparcStation ulaw format.
usage : raw2ss <file-name> [<input-freq>] > <output-file-name>
<file-name> should be a 8 bits sampled sound file.
<output-file-name> will be a ulaw sound file a 8192 samples per sec.
The optional <input-freq> is the # of samples per sec of the input sound file.
(default input-freq is 8192)

THESE SOFTWARES ARE IN THE PUBLIC DOMAIN

/* ------------------------------------------------------------------------- */

Authors   : Jean-Francois Giorgi and Thierry Leconte
email     : giorgi@irisa.fr or leconte@irisa.fr

/* ------------------------------------------------------------------------- */
