home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / WaveOut_St20274210282006.psc / @PSC_ReadMe_66866_1.txt next >
Text File  |  2006-10-28  |  911b  |  10 lines

  1. Title: WaveOut Streaming
  2. Description: Update (28.10.06): Added support for looping, fixed some small bugs, added a new class "WAVPlayer" which simplifies streaming playback a lot. ///// Shows how to stream sound data to the WaveOut.
  3. Supports the WAV file format and the ACM (audio compression manager), to handle compressed WAV formats. Uses Paul Catons subclassing code.
  4. I tried to keep it as reusable as possible,
  5. so there are 2 classes: One reads (or decodes) data from WAV files, and one sends it to the WaveOut.
  6. This file came from Planet-Source-Code.com...the home millions of lines of source code
  7. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=66866&lngWId=1
  8.  
  9. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  10.