home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / WV2SDS11.ZIP / WAV2SDS.TXT < prev   
Text File  |  1993-05-22  |  2KB  |  77 lines

  1. WAV2SDS Version 1.1  -  May 20, 1993
  2. PCM Audio (WAV) to Sample Dump Standard (SDS) Conversion
  3. by Andreas Kuefmann
  4.  
  5. CompuServe :  100117,2226
  6. Internet   :  kuefmann@saar.zfe.siemens.de
  7.  
  8.  
  9.  
  10. Features:
  11. --------
  12.  
  13. - conversion of WAV files (8 bit / 16 bit) into Sample Dump Standard (SDS)
  14. - specification of loop parameters
  15.  
  16.  
  17. Required Syntax     :  WAV2SDS <WAV-filename> [<LOOP Begin> <LOOP End>]
  18. ---------------
  19.  
  20. 1.) WAV2SDS         :  the conversion program
  21. 2.) <WAV-filename>  :  the WAV audio file to be converted into SDS
  22. 3.) <Loop Begin>    :  a loop begins at sample number <Loop Begin>
  23.                        if this parameter is omitted, the loop will begin with
  24.                        the first sample
  25. 4.) <Loop End>      :  a loop ends at sample number <Loop End>
  26.                        if this parameter is omitted, the loop will end with
  27.                        the last sample
  28.  
  29. Examples:  
  30. --------
  31.  
  32. WAV2SDS organ.wav          :  conversion of organ.wav into a SDS file 
  33.                               called organ.sds
  34.                               the entire sample will be looped
  35.  
  36. WAV2SDS organ.wav 123 456 :  conversion of organ.wav into a SDS file
  37.                              called organ.sds
  38.                              the sample will loop from sample number 123 to
  39.                              sample number 456
  40.  
  41.  
  42. Requirements:
  43. ------------
  44.  
  45. Since this program is compiled with the GNU 386 C++ Compiler which produces
  46. code for the 80386/80486 processors there are some restrictions:
  47.  
  48. 1.) You must have a 80386 / 80486 processor
  49. 2.) Since WAV2SDS works in combination with a included DOS Extender the CPU
  50.     must be in real mode (otherwise you'll get an error message)
  51.     This means that you have to remove the EMM386 driver of your autoexec.bat
  52.     (just put a "rem" in front of the line and reboot the system)
  53.  
  54.  
  55. Summary:
  56. -------
  57.  
  58. 1.) Get a WAV file (e.g. xylophon.wav out of the WINDOWS directory)
  59. 2.) Convert it with WAV2SDS
  60. 3.) Transfer the SDS file as a system exclusive message to your synthesizer
  61.  
  62.  
  63.  
  64. I hope that my program will work on your PC. I tested it with my equipment
  65. which consists of - 80486 PC
  66.                   - Pro Audio Spectrum 16 (PAS 16) soundcard
  67.                   - Yamaha SY85 synthesizer
  68.  
  69. Please contact me and tell me if WAV2SDS is useful to you or if you have any
  70. problems with it. (See also my program SDS2WAV)
  71.  
  72. - Regards, Andy.
  73.  
  74.  
  75.  
  76.  
  77.