home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / aif2wav.zip / aiffwave.txt < prev   
Text File  |  1994-03-06  |  2KB  |  40 lines

  1. This is version 1.1 of AIFFWAVE, a utility that converts an AIFF file (Audio
  2. Interchange File Format, typically used on Macs) to a WAVE file (used on
  3. clones). It should be run from an OS/2 command prompt window.
  4.     This version corrects a bug in version 1.0 that resulted in possibly a
  5. little distortion of the end of a wave. Furthermore, this version adds 2 new
  6. switches, -r and -s.
  7.     The -r switch forces the sample rate to be one of the 3 "MPC standard
  8. rates" of 11025, 22050, or 44100 KHz. AIFFWAVE will round the rate off to
  9. the nearest of those 3. Note that AIFFWAVE doesn't do sample interpolation.
  10. It simply changes the specified rate. The net result may be a shift in the
  11. playback pitch of the wave. Use this switch if you're using software that can
  12. handle ONLY those 3 MPC rates.
  13.      The -s switch converts all sample data from non-signed form (ie, where
  14. the lowest value is 0 and the highest is 255 for 8-bit data) to signed form
  15. (ie, where the lowest value is -128 and the highest value is 127 for that
  16. 8-bit data). Some programs write AIFF files with data in non-signed form.
  17. This needs to be converted to signed form when converting to a WAVE file.
  18. Unfortunately, there's no way to determine which form was used by examing the
  19. AIFF file. You'll have to make the determination whether you need to use this
  20. switch. If a resulting WAVE conversion file sounds distorted without using
  21. the -s switch, then try using the -s and compare the sound of another
  22. conversion. One of the two versions will definitely sound more distorted than
  23. the other.
  24.      AIFFWAVE automatically strips any Mac binary header off of an AIFF.
  25.      The syntax for AIFFWAVE is:
  26.  
  27. AIFFWAVE [-r] [-s] aiffname wavename
  28.  
  29. where -r and -s are those optional switches, aiffname is the full name of the
  30. AIFF file that you wish to convert, and wavename is the full name of the WAVE
  31. file that you wish to make from that AIFF. Don't specify the same filename
  32. for both.
  33.       AIFFWAVE is copyright 1994 by Jeff Glatt, but is freely distributable.
  34.       Report bugs to the author:
  35.  
  36. Jeff Glatt
  37. 6 Sycamore Drive East
  38. New Hartford, NY 13413
  39. (315) 735-5350
  40.