home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / audio / Srconv.README < prev    next >
Encoding:
Text File  |  1994-04-28  |  907 b   |  21 lines

  1. Srconv
  2. ======
  3.  
  4. Srconv, a sampling rate conversion program by J. Laroche. January 1992
  5. Version 3.0
  6.  
  7. Added to 1.0: additional useful features for converting to or from binary 
  8. files (no header), selecting right or left channel, swaping octects for 
  9. compatibility with PCs and DEC machines...
  10. Also, "fixed" a problem with large factor conversions (when the cut-off
  11. frequency gets negative!)
  12.  
  13. Added to 2.0: DMA to DSP. The transfer is now faster and doesn't block
  14. the NeXT while doing the conversion (like 1.0 and 2.0 used to). Also added:
  15. conversion from stereo to mix, choice of filter length according to the
  16. sampling rate conversion (when playing), general optimizing and rewriting.
  17. The DSP file is now loaded from the Mach_O segment: srconv will work 
  18. anywhere.
  19. When reading from a binary file, the file is mapped into memory, so the 
  20. access is faster, and playing starts almost as soon as you hit return.
  21.