home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / SBOS2DEV.ZIP / pmoscope / pmoscope.doc < prev    next >
Text File  |  1992-10-24  |  2KB  |  43 lines

  1. This program displays real time input from the SB in a PM window. 
  2. It is useful for setting the recording volume in conjunction with
  3. mixertool so that the input signal is not too weak or strong.
  4.  
  5.  
  6. To run pmoscope use the following commandline
  7.  
  8. PMOSCOPE sample_rate [buffer_size]
  9.  
  10. where
  11.      sameple_rate = sampling rate in Hz. This is a REQUIRED parameter.
  12.  
  13.                     A regular SB can go up to around 21500 HZ,
  14.             while a SB Pro can reach 43400 hz. The    
  15.                         higher the rate the more work the computer has to
  16.                         do to display the data. It is possible that at high
  17.                         sampling rates that the display skips over sections
  18.                         of the input signal in order to keep up.
  19.  
  20.          buffer_size  = Input buffer size. This parameter is optional.
  21.  
  22.             The buffer size determines how many samples are plotted
  23.             per screen update. The default is 512. Note that if
  24.             buffer_size is greater than the number  of horizontal
  25.             pixels in the display window then several data points
  26.             are plotted per screen column.
  27.  
  28.  
  29. You can resize the window while the display is active. A smaller
  30. window will result in faster refresh. One screenful of data displays
  31. (buffer_size/sample_rate) seconds of data, so if you set sample_rate to
  32. 42000 hz and buffer_size to 128 bytes, one screen full will display about
  33. 3 msec of data. 
  34.  
  35. I find that the songs on the first side of Pink Floyd's Dark Side of the Moon
  36. are interesting to sample this way, in particular the synthesizer parts.
  37.  
  38.  
  39. michael fulbright
  40. msf@as.arizona.edu
  41.  
  42.  
  43.