ftp.nice.ch/pub/next/unix/audio/sndutil.1.3.s.tar.gz#/sndutil-1.3/sndtools

Makefile
 
README
 
asciitosnd.c
[View asciitosnd.c] 
atcenv.c
[View atcenv.c] 
dsptosnd.c
[View dsptosnd.c] 
sndblockdc.c
[View sndblockdc.c] 
snddiff.c
[View snddiff.c] 
sndedh.c
[View sndedh.c] 
sndinfo.c
[View sndinfo.c] 
sndrealloc.c
[View sndrealloc.c] 
sndrms.c
[View sndrms.c] 
sndrmsenv.c
[View sndrmsenv.c] 
sndscale.1
 
sndscale.c
[View sndscale.c] 
sndsub.c
[View sndsub.c] 
sndsum.c
[View sndsum.c] 
sndsynth.c
[View sndsynth.c] 
sndtoascii.c
[View sndtoascii.c] 
sndtoasm.c
[View sndtoasm.c] 
sndtodec.c
[View sndtodec.c] 
sndtofloat.c
[View sndtofloat.c] 
sndtohex.c
[View sndtohex.c] 
sndtomono.1
 
sndtomono.c
[View sndtomono.c] 
sndtostereo.c
[View sndtostereo.c] 
sndtrim.c
[View sndtrim.c] 

README

This directory contains simple UNIX command-line tools for soundfiles.

To learn the usage of each command, run it with no arguments.

asciitosnd      converts 16-bit ascii to a soundfile
atcenv          computes the amplitude envelope of an ATC-compressed sound
dsptosnd        converts a DSP commands file to a soundfile
sndblockdc      removes the (possibly drifting) DC component of a soundfile
snddiff         subtracts one sound from another, producing a difference sound
sndedh          edits the contents and/or size of a soundfile header
sndinfo         prints the contents size of a soundfile header
sndrealloc      test sndRealloc() function (for changing sound size in memory)
sndrms          compute root-mean-square and other stats for a sound file
sndrmsenv       sndrms on successive blocks (short-time rms and other stats)
sndscale        scales a sound by a gain factor
sndsub          subtracts one soundfile from another
sndsum          adds one soundfile to another
sndsynth        simple prototype sound synthesis program
sndtoascii      converts a soundfile to 16-bit ascii
sndtoasm        converts a soundfile to ASCII suitable for DSP assembly
sndtodec        prints soundfile in decimal
sndtohex        prints soundfile in hex
sndtomono       converts stereo to mono by extracting or averaging channels
sndtostereo     converts mono to stereo
sndtrim         trims away zeros at the beginning and end of a sound

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.