home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.lbl.gov / 2014.05.ftp.ee.lbl.gov.tar / ftp.ee.lbl.gov / sst.tar.Z / sst.tar / sst / README < prev    next >
Text File  |  1990-01-10  |  2KB  |  59 lines

  1.                        SPARCstation Sound Tools
  2.                      Alpha Distribution of 10jan90
  3.                      Previous distribution 20nov89
  4.  
  5.  
  6. This package contains some simple sound tools for the SPARCstation-1.
  7. The SPARCstation can record and playback telephone-quality sound using
  8. the Am79C30A audio chip from AMD.  Telephone-quality means 8192 samples
  9. per second and eight bits per sample, so don't expect Hi-Fi.  The chip
  10. has a few interesting abilities other than record and playback, such as
  11. tone generation.  For full details call AMD's "literature center" at
  12. (408)749-2264 and ask for the spec, publication #09893.
  13.  
  14. In addition to the tools that directly manipulate the sound chip, this
  15. package includes some simple filters for manipulating sound files.
  16.  
  17. Feedback is welcome; send bug reports, enhancements, checks, money
  18. orders, etc. to the addresses below.  Be sure to mention what version
  19. you have when sending bug reports!
  20.  
  21.     Jef Poskanzer
  22.     jef@well.sf.ca.us
  23.     {ucbvax, lll-crg, sun!pacbell, apple, hplabs}!well!jef
  24.  
  25.  
  26. Files in sst.shar:
  27.  
  28.     README        this
  29.     Makefile        guess
  30.  
  31.     libst.h        header file for portable sound tool library
  32.     libst.c        portable sound tool library
  33.     libsst.h        header file for SPARC sound tool library
  34.     libsst.c        SPARC sound tool library
  35.     libfft.h        header file for FFT library
  36.     libfft.c        FFT library
  37.  
  38.     echoplex.c        echo generator
  39.     lintoulaw.c        convert linear to ulaw
  40.     mix.c        mix multiple sound files
  41.     pitch.c        change the pitch of a sound file
  42.     speed.c        change the speed of a sound file
  43.     sstcut.c        cut a segment out of a sound file
  44.     syntones.c        simple additive synthesizer
  45.     ulawtolin.c        convert ulaw to linear
  46.     volume.c        change the volume of a sound file
  47.     vox.c        simple silence-deletion filter
  48.     voxexit.c        exit when sound is heard
  49.  
  50.     dial.c        generate DTMF dialing codes on the speaker
  51.     listen.c        hardware loopback, connect microphone to speaker
  52.     morse.c        morse code generator
  53.     play.c        play a sound file on the speaker
  54.     record.c        record from the microphone input
  55.     tones.c        play sine-wave tones on the speaker
  56.     tune.c        play simple music language
  57.  
  58.     *.1            manual entries for all the above tools
  59.