home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Converter / PS3MRC14.LZX / PS3Mrec.doc < prev    next >
Encoding:
Text File  |  1996-04-11  |  3.4 KB  |  106 lines

  1. ***************************************************************************
  2.                      PS3M recorder v1.4 (11.4.1996) 
  3.                  *** FREEWARE ***
  4. ***************************************************************************             
  5.  
  6. PS3M recorder is a program that loads several kinds of music module formats
  7. and turns them into IFF or AIFF samples.  The usage is very simple:
  8.  
  9. PS3Mrec <module> <mode> <rate> <boost>
  10.  <module>: unpacked module to be recorded (MOD/FT/XM/S3M/MTM)
  11.  <mode>: sample type to be created...
  12.          0 = IFF stereo
  13.          1 = IFF surround
  14.          2 = AIFF 16-bit surround
  15.      3 = IFF stereo separated
  16.  <rate>: sampling rate in Hz (10000-60000)
  17.  <boost>: volume boost (0-8)
  18.  
  19. The module must be unpacked and one of the following formats:  Protracker
  20. (MOD), Fasttracker I (FT), Fasttracker II (XM), Screatracker III (S3M),
  21. Multitracker (MTM).
  22.  
  23. Rate is the sampling rate to be used.  The higher the better sound quality
  24. (and longer rendering time).  With volume boost you can boost up the
  25. volume, obviously.  This is useful with modules using lot's of channels,
  26. like 16 or more.  Too high a value can distort the sound.
  27.  
  28. PS3Mrec will create a file (AIFF) or two files (IFF) in the current
  29. directory.  With IFF mode these will be SAMPLE1.IFF and SAMPLE2.RAW (modes
  30. 1 & 2) or SAMPLE1.IFF and SAMPLE2.IFF (mode 3).  With AIFF mode the file is
  31. called SAMPLE.AIFF.
  32.  
  33. When using modes 0 and 1 you need to join the two files together to get a
  34. proper IFF sample (eg from shell:  join SAMPLE1.IFF SAMPLE2.RAW as
  35. foobar.iff).
  36.  
  37. Bear in mind that the sample will be created into the CURRENT DIRECTORY and
  38. that you will need LOT'S OF HD SPACE. Example:
  39. A tune lasting 3:49 with sampling rate 28000 would take
  40. (3*60+49)*28000*2=12.2 megabytes hd space.
  41.  
  42. When recording there will be a progress indicator showing the module time
  43. and how many kilobytes have been recorded.  The process will stop when the
  44. module ends or the user presses CTRL+C (break).
  45.  
  46.  
  47.  
  48. IFF & AIFF
  49. ----------
  50. IFF stereo samples have the left and right side separated.  IFF surround
  51. samples have the right side mixed to the left with half volume and vice
  52. versa.  AIFF 16-bit surround samples are 16-bit stereo samples with the
  53. surround effect.  They also take twice the size (2*8=16).
  54.  
  55. IFF surround has a slighty worse sound quality than IFF stereo and AIFF
  56. surround.
  57.  
  58. IFF stereo separated (mode 3) creates two IFF samples, one for the left and
  59. one for the right side.
  60.  
  61.  
  62. Who needs it?
  63. -------------
  64. Those who don't have enough CPU to play all those PC modules with good
  65. quality and at the same time have big hds.  Or, if you want to transfer
  66. modules directly onto CDs..  That's the reason for this program to exist.
  67.  
  68.  
  69.  
  70. Requirements
  71. ------------
  72. Any Amiga, ANY kickstart (even kick1.1 should work :), some memory and some
  73. storage media, preferably a HD.
  74.  
  75.  
  76.  
  77. Credits
  78. -------
  79. Code by K-P Koljonen / Hippopotamus Design / iNSANE
  80. PS3M replay 0.960 by Jarno Paananen (Guru / Sahara Surfers)
  81. Requested by Hst-Bullah / Hard Disk Cafe
  82.  
  83.  
  84.  
  85. Contact
  86. -------
  87. E-mail: kpkoljon@freenet.hut.fi
  88.  
  89. Snail:    K-P Koljonen
  90.     Torikatu 31
  91.     40900 Säynätsalo
  92.     Finland
  93.  
  94. WWW:    http://direktor.voima.jkl.fi/~kp
  95.  
  96.  
  97.  
  98. History
  99. -------
  100. v1.0            Seems to work.
  101. v1.1 (30.3.1996)    Initial release.
  102. v1.2               A bug fixed, pos/len-counter added,
  103.             AIFF 16-bit support added
  104. v1.3 (2.4.1996)        All in one.
  105. v1.4 (11.4.1996)    Sampling rate used exactly as given.
  106.             Mode 3: separate IFF files for both sides