On Sun, 2 Sep 2001, Alexander R Angas wrote:
> Matt has already suggested writing a Win32 sound server. This morning I hacked
> together a virtually direct port from the SDL sound server to only Win32 API
> functions. It seems to work about the same as the SDL one, maybe slightly
> better.
>
> Anyway, should I clean up my code and include this or did someone (Matt?) want
> to try a different approach to this, rather than a direct port?
Sounds good to me! I just wanted to eliminate the dependency on the SDL
library and use native win32 events, etc.
My only suggestion would be to implement an event loop with callbacks for
"polling" the event queue. This way we can eliminate the Sleep's and
polling behaviour.
Thanks for doing this!
--
http://www.clock.org/~matt