home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / audio / resample.README < prev    next >
Encoding:
Text File  |  1991-06-27  |  1.1 KB  |  25 lines

  1. This directory contains files and programs pertaining to sampling-rate
  2. conversion on the 68030/40.  It uses 32-bit fixed-point arithmetic: 16-bits
  3. data and 16-bits coefficients.
  4.  
  5. CONTENTS
  6.  
  7. resample    Sampling-rate conversion program
  8. resample.1    Manual page for resample. Try "nroff -man resample.1 |openfile"
  9.  
  10. testscript    Shell script for testing the resample program
  11.  
  12. windowfilter    Program for designing FIR digital filters used by resample
  13. windowfilter.1    Manual page for windowfilter
  14.  
  15. testFilter    Shell script for testing a filter written by windowfilter
  16. i.snd        Sound file containing an "impulse" used to test filters
  17. testFilter.ma    Mathematica file for displaying filter test results
  18. HQFilter.ma    Test results for the "resample -aaa" default filter
  19. LQFilter.ma    Test results for the default filter without the -aaa option
  20.  
  21. sndstrip    Utility for stripping leading and trailing zeros in a .snd file
  22. toascii        Utility for converting a sound file to an ascii file (for MMA)
  23. tosnd        Utility for converting an ascii data file to a sound file
  24. tomono        Utility for converting a stereo sound file to a mono sound file
  25.