home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / STFORMAT / STF29.MSA / SCONVERT_SCONVERT.DOC < prev    next >
Encoding:
Text File  |  1991-09-18  |  4.4 KB  |  116 lines

  1. SCONVERT, Version 1.11 
  2.  
  3. This program will compress or expand digital sound  samples,  and 
  4. will convert from one format type to another.
  5.  
  6. The  program  is  copyright  (c)  Chris  J.  Flint,  but  may  be 
  7. distributed freely in the Public Domain.
  8.  
  9. The sound samples supported are:
  10.  
  11.           ST Replay Versions 1. to 4. (*.SPL)
  12.           Replay Professional (8 bit) (*.SPL or *.AVR)
  13.           Master Sound                (*.SAM)
  14.           Stos Maestro                (*.SAM)
  15.           
  16. All of the frequencies supported by each sampler are supported by 
  17. the program.  A sample may be selected and resaved in any  format 
  18. and any frequency.
  19.  
  20. Version 1.11 includes full support for loading and saving  Replay 
  21. AVR (8 bit) format files,  including looping and note  assignment 
  22. data.
  23.  
  24. For  technical  reasons  there  are  slight  differences  in  the 
  25. frequencies used by ST Replay versions 1.  to 4. (5, 7.5, 10, 15, 
  26. 20,  30,  40,  & 50 kHz) and the new Replay Professional software 
  27. (5.5, 8, 11, 16, 22, 32, 44,& 48 kHz). Replay 5 is also likely to 
  28. work  with  the same set of frequencies as  Replay  Pro,  and  is 
  29. therefore supported by this program.
  30.  
  31. This program will also support any frequency used by Stos Maestro 
  32. (any integer between 5 and 32kHz),  or Master Sound (5,  7.5, 10, 
  33. 15,  &  20  kHz).  
  34.  
  35. COMPRESSING A SAMPLE
  36. --------------------
  37.  
  38. When  compressing  a sample,  the program will  use  oversampling 
  39. techniques.  Instead  of  throwing  away some  bytes  and  saving 
  40. others,  the program  will average the data.  For example,  if  a 
  41. sample is being compressed from 20kHz to 10kHz,  the program will 
  42. save the average of every pair of bytes. This will provide a more 
  43. acurate  representation of the signal than  discarding  alternate 
  44. bytes, or sampleing at 10kHz.
  45.  
  46. EXPANDING A SAMPLE
  47. ------------------
  48.  
  49. When expanding a sample,  the program will interpolate the  data, 
  50. and  calculate the value of each additional byte to be   included 
  51. in the output file. This will improve the quality of the output.
  52.  
  53. OUTPUT FILE
  54. -----------
  55.  
  56. The  output  file  will be saved in the  same  directory  as  the 
  57. source, and the filename will be the same as the source, but with 
  58. the  last letter changed,  and appropriate extension as  detailed 
  59. below.
  60.  
  61. Old Replay   will be saved as *X.SPL
  62. New Replay   will be saved as *Z.SPL
  63. Stos Maestro will be saved as *X.SAM
  64. Master Sound will be saved as *Z.SAM
  65. Replay (AVR) will be saved as *Z.AVR
  66.  
  67. The original data file will not be altered.
  68.  
  69. The program checks the save filename does not exist in order  to 
  70. prevent another file being overwritten.
  71.  
  72. The  program  will  only load a small amount  of  data  into  the 
  73. machine  at any one time,  and therefore,  the length  of  sample 
  74. which may be converted is not restricted by machine  memory,  but 
  75. by  the space on the disk.  If there is insufficient  space,  the 
  76. program will display an appropriate message.
  77.  
  78. If  the  data  file is long, the  conversion  may  take  several 
  79. minutes.
  80.  
  81. USING THE PROGRAM
  82. -----------------
  83.  
  84. The program will work in either medium or high resolution.
  85.  
  86. To  use the program,  use the mouse to select the desired  source 
  87. and output formats,  and frequencies.  When selecting the Maestro 
  88. output frequency,  after clicking on the frequency option,  it is 
  89. necessary to type in the frequency from the keyboard followed  by 
  90. <RETURN>. The value may be any integer between 5 and 32 (kHz).
  91.  
  92. Once the options are set,  click on the START box to display  the 
  93. file  selector.  Double  click  on the source  filename  and  the 
  94. conversion will begin.
  95.  
  96.  
  97. I  would  like to thank "Two-Bit-Tony" for  supplying  the  exact 
  98. frequencies  used  by   Replay and  Master  Sound,  and  for  the 
  99. demonstration of a pre release version of the Replay Professional 
  100. Software.  This  suite  of programs is one of  the  most  exiting 
  101. applications  I have seen for the ST,  and would recommend it  to 
  102. everyone who is interested in music.
  103.  
  104. Chris Flint,                                  15 October 1989.  
  105. 1 Blunham Road,                               (revised
  106. Biggleswade,                                  15 November 1989). 
  107. Beds SG18 8BY
  108.  
  109.  
  110. Version 1.14 released 28 February 1990.
  111.      Includes an improved file selector for users of drives other 
  112.      than drive 'A', and a small modification to .AVR to .AVR
  113.      conversion in order to retain the sample name contained in
  114.      the header   
  115.  
  116.