1. Re: Win32Lib: PlaySound/setVisible solution: Bernie
- Posted by Dan Moyer <DanMoyer at PRODIGY.NET>
Nov 03, 1999
-
Last edited Nov 04, 1999
Bernie,
Ok, that makes sense that playsound is the "easy",high level wave handler.
I had already looked at "MCI" functions to see what they could do, & then
quickly back-pedaled to playsound. I didn't notice a mixer type function,
tho. Maybe when I understand programming better, (hah!), I'll give MCI
another look. Thanks.
Dan Moyer
On Wed, 3 Nov 1999 19:41:31 -0500, Bernie Ryan <bwryan at PCOM.NET> wrote:
>PlaySound is a high level function and is not ment to be flexible enough
>
>to accomplish the type of things you want to do. There are a number of
>
> ( 30 or 40 ) LOW Level functions in windows that give you more control
>
> over WAVE files ( search the microsoft developer site for wave ). There
>
>are also mixer functions which allow for the mixing of wave files. All of
>
>these functions will require a extensive understanding of multimedia
>
>programming.
>
>Bernie