Results 1 to 2 of 2

Thread: VB - DirectXSound - An app that plays large WAV files

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,802

    VB - DirectXSound - An app that plays large WAV files

    Shows how to open a wav file, and play the file with DirectX Sound without loading the whole file... the file is loaded while it plays, and it always has in memory only what it's currently playing, therefore the wave file can be any size (well actually up to 2GBytes since it's using signed longs)

    It also shows some nice ways to display the wav data on the screen while it's playing (click on the big picture to change the way it displays the wav data)

    You can also seek to whatever position you want by just clicking on the picture that shows the file position ( picSeekPos ).

    I did not make it show wav data if the BitsPerSample is 8 (I always use 16 Bit wav files...)
    Attached Files Attached Files

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,802
    Just a screen shot of the project...
    Attached Images Attached Images  
    Last edited by CVMichael; May 18th, 2005 at 12:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width