Sound & Music

Moderators: Sephiroth
Number of threads: 597
Number of posts: 1201

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Playsound replays old sounds after new sounds Posted by katman on 23 Aug 2007 at 1:46 PM
In a c++ program, I play a series of wave files taken from a list of filenames using playsound. Each wave file plays for less than 1 second. After playing a series of up to 5 files, there is a 10 to 30 second delay in which no sound is played, and then another series of files is played. My playsound function call looks like this:

PlaySound(FilePathName, NULL, SND_SYNC | SND_FILENAME | SND_NODEFAULT)

My problem is that trailing sounds from a previous longer series play after a subsequent shorter series completes. Apparently what isn't overwritten in the sound buffer gets played.

Is there a way to clear the sound buffer of older wave format data or otherwise stop play at the end of a new list? (Obviously, the SND_PURGE flag does not and is not meant to accomplish this.)




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.