Re: WaveOut and SndPlay
- From: "voidcoder" <voidcoder@xxxxxxxxx>
- Date: Wed, 3 May 2006 00:18:20 +0200
Hm, I thought we are talking about somewhat named "SndPlay.exe"
and "WaveOut messages", something that is confusing me the
whole month :)
<andyraf@xxxxxxxxxxxxx> wrote in message
news:RFhbHMjbGHA.188@xxxxxxxxxxxxxxxxxxxxxxxx
Short answer:
The sndPlay APIs are designed to take a wave file and play it directly to
the speakers. They're really just designed for playing simple beeps and
keyclicks, and in general have some fairly serious limitations (only one
sound can be playing at a time, the entire file is buffered in system
memory before being played, you get no control over volume, start/stop,
etc.).
The Wave APIs are lower-level audio APIs. The wave APIs require you to do
all your own file parsing and buffer management, but they give you total
control over how your audio is played.
.
- References:
- Re: WaveOut and SndPlay
- From:
- Re: WaveOut and SndPlay
- Prev by Date: Re: menu window
- Next by Date: Re: WinCE Memory Test Program
- Previous by thread: Re: WaveOut and SndPlay
- Index(es):