home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / install / doubplay.dsc < prev    next >
Encoding:
Text File  |  1993-11-05  |  742 b   |  12 lines

  1. DOUBPLAY - Double Buffering of Playlist Sample
  2.  
  3. This is a sample program of a PM application that allows the user to play a wave file.  It is intended to illustrate how a Memory Playlist can be used to record a wave file and play the wave file at the same time.  
  4.  
  5. The wave file is played continuously using the Memory Playlist feature of MMPM/2.  The Memory Playlist reads the wave data into a buffer from one routine and plays the wave data from the buffer in another routine.  This is called double buffering.
  6.  
  7. Memory Playlist is a very powerful feature of MMPM/2 and offers many real-time recording applications such as:
  8.  
  9.   o  Real-time recording and playing of the wave file
  10.   o  Censoring a speech that is being transmitted
  11.  
  12.