CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Jun 2008
    Location
    Oregon, USA
    Posts
    63

    Wav file doesn't play fast enough

    I made a program that uses wav files, but they don't load and play fast enough (PlaySound("file.wav", NULL, SND_FILENAME | SND_ASYNC) in windows.h). Is there a way I can load a wav file into memory (as a variable), and then play it next to instantaneously? That is all I need to do, and I've seen many examples of which I don't understand involving wav files in memory, so if someone could help me I'd greatly appreciate it!
    Last edited by Bluefox815; June 23rd, 2008 at 08:47 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

Featured