home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / soundb / wave10 / waveform.doc next >
Text File  |  1991-10-06  |  5KB  |  124 lines

  1.  
  2.                                         
  3.                           ______/\              /\____________________
  4.                                    \    /\    /    
  5.                                      \/    \/  A V E F O R M   1 . 0
  6.  
  7.                                 WAVEFORM 1.0
  8.                         
  9.                         Written by : Mark R. Johnson
  10.                         Produced by: City Zoo, Inc.
  11.  
  12.  
  13.         Waveform is a demonstration waveform editor written to make use 
  14. of the Sound Blaster utility programs VPLAY and VREC.  With Waveform and 
  15. these other two utiliies, one can digitize, play, view, and manipulate 
  16. sound waveforms.  Even without a Sound Blaster or the utilities, one can 
  17. edit sound files.  Version 1.0 has many of the more advanced functions
  18. turned off.  These functions are available in version 1.1 of the program.
  19. See Registration below.  Waveform 1.0 and 1.1 are NOT in the Public Domain.
  20. Version 1.0 can, however, be freely distributed in an unmodified form as
  21. long as this documentation file remains with Waveform.  Version 1.1, however,
  22. may NOT be freely distributed.
  23.  
  24.  
  25. REQUIREMENTS:   
  26. ------------
  27.   Sound Blaster Card
  28.   Sound Blaster Utilities VPLAY.EXE and VREC.EXE
  29.   640KB RAM Memory
  30.   CGA, EGA, VGA, or Hercules Video
  31.   Microsoft or Compatible Mouse (optional)
  32.  
  33.  
  34. REGISTRATION:
  35. ------------
  36.  
  37.         Waveform 1.0 is a demonstration program.  A registration fee of 
  38. $50 (US) will entitle you to a copy of Waveform 1.1, which makes use of 
  39. the following options that are turned off in version 1.0:
  40.  
  41. Add Waveforms:      Averages together two waveforms - the clipboard
  42.                     and the current waveform.
  43.  
  44. Create Echo:        Allows the user to select a section of a waveform 
  45.                     and create an echo from it.
  46.  
  47. Resample Waveform:  Resamples a waveform to a different rate such
  48.                     that the result sounds approximately the same
  49.                     at a different sample rate.
  50.  
  51. Volume Flange:      Allows the user to change the volume of sections
  52.                     of a waveform, either sweeping louder or softer,
  53.                     or simply amplifying equally across the selected
  54.                     section.
  55.  
  56.         To register, send $50 (US) check or money order to:
  57.  
  58.                         Mark R. Johnson
  59.                         #33791 Georgia Tech Station
  60.                         Atlanta, GA  30332
  61.  
  62.         For comments or suggestions, contact Mark at the e-mail address:
  63.  
  64.                         gt3791a@prism.gatech.edu
  65.  
  66.  
  67. FUTURE VERSIONS:
  68. ---------------
  69.  
  70. Future version of Waveform will include:
  71.  
  72. * More functions for manipulating sound waveforms
  73.  
  74. * Extensive support for Creative Voice File headers and data packing
  75.  
  76. * Access to larger sample sizes (greater than 65,000 data points) and
  77.   extended or expanded memory.
  78.  
  79. * Direct access to the Sound Blaster Card's capabilities including 
  80.   playing and recording of sound files.
  81.  
  82.  
  83. USAGE OF WAVEFORM:
  84. -----------------
  85.  
  86.         Waveform is a graphical menu-driven waveform editor that gives
  87. the user the ability to manipulate sound waveforms.  In most functions,
  88. operation is more or less intuitive.  The mouse or keyboard is used to
  89. highlight sections of the current waveform through the use of the two 
  90. drag bars.  There are, however, a few unique qualities that need to be
  91. explained:
  92.  
  93. (1) Waveform makes use of the Sound Blaster utilities VPLAY.EXE and
  94.     VREC.EXE to play and record the sound files.  To find these files,
  95.     Waveform searches for the SOUND environment variable.  This variable
  96.     should in the AUTOEXEC.BAT file be set to the Sound Blaster 
  97.     subdirectory.  The program actually looks into the VOXKIT\ subdirectory
  98.     of the Sound Blaster subdirectory.  For example, if the main Sound
  99.     Blaster files are in the directory C:\SB and the files VPLAY.EXE and
  100.     VREC.EXE are in the directory C:\SB\UTILITY then there should be a
  101.     statement in the AUTOEXEC.BAT file as follows:
  102.  
  103.     SET SOUND = C:\SB
  104.  
  105.     This will allow Waveform to find the files it needs in C:\SB\VOXKIT.
  106.  
  107. (2) A section can be highlight before or after the function to be
  108.     performed has been selected.  However, if a section is highlighted
  109.     with the selection bars and PLAY is selected, only that section
  110.     that is highlighted will be played.  The selection bars can be
  111.     removed by simply hitting ESC.
  112.  
  113. (3) In the EDIT sub-menu, there is an option called SELECT.  This allows
  114.     the user to use the KEYBOARD to select a section of the waveform to
  115.     either play or perform one of the functions.  This option need not
  116.     be selected to use the mouse to highlight a region.  To use the mouse,
  117.     just point, click, and drag.
  118.  
  119. (4) Waveform does not yet fully support the Creative File Voice files.  
  120.     Among the options not supported are data packing, repeat loops, and
  121.     markers.  However, many of these files that are not directly supported
  122.     may be imported as raw data and modified to reproduce the original
  123.     sound.
  124.