home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mplayv101.lzh / mplay.doc_v1.01 < prev   
Text File  |  1992-10-23  |  8KB  |  258 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.     MMPPLLAAYY Version 1.01 
  7.     Memory Play and Format Conversion
  8.     MAC NON-AIFF, VOC, WAV and IFF Sound Tool
  9.     Farside Systems
  10.     Copyright 1992
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                                    SSHHAARREEWWAARREE
  17.  
  18.     MMPPLLAAYY  is  a  shareware  program.  Please  feel free to distribute it by
  19.     giving  copies  to  your  friends,  uploaing it to bullentin boards, and
  20.     trading  them. You must distribute it unaltered including this document.
  21.     You  may  not  sell  these files for more than a $$77..0000 media duplication
  22.     cost.  
  23.  
  24.     You  may  use  MMPPLLAAYY on a trial basis for two weeks; after that you must
  25.     register  by  sending  us  $$1155..0000 for MPLAY and sample sounds plus $$22..5500
  26.     for  discs, mailer and shipping, or SSTTOOPP using it. The last page of this
  27.     document  is an order form which you may use. When you register you will
  28.     be  shipped a copy of the latest version of MPLAY (if, according to your
  29.     order  form,  you  already have the latest version, we will ship you the
  30.     first update when it is available).  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.     ************************************************************************ 
  37.  
  38.  
  39.                                 MMPPLLAAYY SSoouunndd TTooooll
  40.  
  41.  
  42.     MMPPLLAAYY  is  a  mmuullttii--ffuunnccttiioonn  sound player for Macintosh NON-AIFF (Audio
  43.     Interchange  File Format), PC VOC, MicroSoft Windows WAVE files and MM/1
  44.     IFF  or  Amiga  Monophonic  IFF files.  Amiga IFF Stereo files split the
  45.     channels.   That  is the right channel is stored first and then the left
  46.     channel.   The  MM/1  stores  sound  data as a word(16-bits).  The upper
  47.     byte  is  the  left  channel  and the lower byte is the right channel or
  48.     even  bytes  left  channel  and  odd bytes right channel.  MPLAY has two
  49.     modes   of   operation,  interactive  and  silent.  This  utility  plays
  50.     MONOPHONIC  sound  files  only,  except  for IFF. If a file is 250K then
  51.     500K  of  memory  will  be  requested.   This is because the MM/1 always
  52.     plays  sound  in  Stereo.  A more elaborate method may be implemented in
  53.     version 1.02.  
  54.  
  55.  
  56.     ************************************************************************ 
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.     MPLAY Version 1.01   Copyright 1992 Farside Systems               Page 1
  68.  
  69.  
  70.     SSIILLEENNTT MMooddee 
  71.  
  72.     Use  silent  mode from a shell or procedure file. Frequency is specified
  73.     in  Hertz.  If a Mac or VOC file, frequency must be specified, otherwise
  74.     the  default  of  11000  Hz  is  used.  If  an  amplification  factor is
  75.     specified the sound will begin playing after it is altered.  
  76.  
  77.  
  78.     PPAARRAAMMEETTEERRSS 
  79.  
  80.          Parameters  may  be in either uppercase or lowercase, or both.
  81.          The '=' is optional where applicable.  
  82.  
  83.  
  84.          -?                Quick Help
  85.  
  86.          -f=<frequency>    Alter play back sample frequency
  87.  
  88.          -s                Silent mode/command line
  89.  
  90.          -a=<factor>       Amplification Factor: -10 to -2 and 2 to 10
  91.  
  92.  
  93.     EExxaammppllee::
  94.  
  95.               mplay -s [filename] -f=12000  -a=2
  96.                      |             |         |
  97.                      |             |         |____ Amplification Factor
  98.                      |             |
  99.                      |             |______________ Alter Frequency
  100.                      |
  101.                      |____________________________ Silent Mode
  102.  
  103.  
  104.  
  105.     IINNTTEERRAACCTTIIVVEE MMooddee 
  106.  
  107.     Interactive  mode  requires a mouse, uses function buttons, and displays
  108.     a  graph  of  the  sound waveform. If the environment variable SNDDIR is
  109.     defined  MPLAY  will  use  this  as  the  startup data directory. If not
  110.     present  the  current  data  directory  is  used.  If a startup  file is
  111.     specifed  on  the  command  line  the data directory will be the current
  112.     directory.  Button functions are: 
  113.  
  114.          Play    - Play current sound in memory
  115.  
  116.          File    - Load, Save, and Convert
  117.  
  118.          Amplify - Amplifiy or Attenuate 
  119.  
  120.          Freq    - Alter sample playback frequency
  121.  
  122.          Quit    - Quit
  123.  
  124.  
  125.  
  126.  
  127.  
  128.                                 October 23, 1992
  129.  
  130.  
  131.     MPLAY Version 1.01   Copyright 1992 Farside Systems               Page 2
  132.  
  133.  
  134.     PPLLAAYY 
  135.  
  136.     Play,  plays  the  current  sound  in memory. While playing a scroll bar
  137.     will  appear  indicating the play position if the sound is large enough.
  138.     Due  the  the length of some sound files the scroll bar will not be 100%
  139.     accurate.   This  is  because an OS-9 process can sleep for a minimum of
  140.     256ths of a second.  
  141.  
  142.  
  143.     FFIILLEE 
  144.  
  145.     MPLAY  does  not rely on filename extensions, such as .wav, to recognize
  146.     file  format.   Instead it opens  the file and looks for format specific
  147.     information.   This  allows  you to use any extenstion, if any, desired.
  148.     Though, IFF files should have the extenstion ".iff".  
  149.  
  150.          LLOOAADD  allows  you to select a sound file to be loaded with the
  151.          mouse.   If  the enviroment variable SNDDIR is defined this is
  152.          where load will begin.  If you change directories 
  153.  
  154.          SSAAVVEE  rewrites the data section of the current file and allows
  155.          creating  a  new file of the save format.  If the current file
  156.          is a WAV or IFF file the frequency will also be updated.  
  157.  
  158.          CCOONNVVEERRTT  allows  conversion of MAC, VOC, WAV, IFF to WAV, VOC,
  159.          amd  IFF  format  respectively.  Convert will convert any size
  160.          file  IF you have the disc space. Sorry, VOC format conversion
  161.          is  not  presently  supported.   First  you  will  be asked to
  162.          select  the  format  to  convert to, convert will abort if the
  163.          source  is  in the same format.  The default format to convert
  164.          to  is IFF, its button is depressed.  Selecting another format
  165.          will  raise  it(unselect) and select your choice.  Click on OK
  166.          to  continue.   Next you will be prompted to select the source
  167.          file  with the mouse.  If you click on the file selector close
  168.          box  the  conversion will be  aborted.  Then you will be asked
  169.          to enter the destintation filename/path.  
  170.  
  171.  
  172.     AAMMPPLLIIFFYY 
  173.  
  174.     Use  Amplify  with  caution,  noticable  distortion  may  be introduced.
  175.     Valid  factors  are 2 through 10 for amplification and -2 though -10 for
  176.     attenuation.   A  factor  of  2 amplifies the most and 10 the least. The
  177.     same  is  true  for attenuation.  Amplify may be applied successively to
  178.     acheive lower or higher volume levels.  
  179.  
  180.  
  181.  
  182.                           ------------ MMMM//11 PPrroobblleemm --------------
  183.  
  184.     The  lose of mouse is due to DMA activity. If lost, MPLAY recognizes the
  185.     'Q' key as quit.  The Quit box recognizes 'O' OK Quit or 'C' Cancel.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.                                 October 23, 1992
  193.  
  194.  
  195.  
  196.  
  197.  
  198.                                    ORDER FORM
  199.  
  200.  
  201.       Send to:       Farside Systems
  202.                      Stephen Seneker
  203.                      4809 Joe Lewis Road
  204.                      Knoxville TN 37920
  205.  
  206.        Qty    Description                                       Price     Total
  207.  
  208.  
  209.  
  210.        _____  ________________________________________________  ______  _______
  211.  
  212.  
  213.        _____  ________________________________________________  ______  _______
  214.  
  215.  
  216.        _____  ________________________________________________  ______  _______
  217.  
  218.  
  219.               Sub-Total:                                                _______
  220.  
  221.  
  222.               Total                                                     _______
  223.  
  224.  
  225.  
  226.  
  227.        Circle Payment form:       Check    Money Order
  228.  
  229.  
  230.  
  231.        Signature: ______________________________________________________
  232.  
  233.        Name: ___________________________________________________________
  234.  
  235.        Address: ________________________________________________________
  236.  
  237.                 ________________________________________________________
  238.  
  239.        City: ___________________________ State: _________ Zip: _________
  240.  
  241.        Phone: (______) ________________   Fax: (______) ________________
  242.  
  243.  
  244.  
  245.        Phone number of BBS you got this program from: __________________
  246.  
  247.  
  248.        Name of BBS: ____________________________________________________
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.