Mike Hearn wrote:
On Wed, 05 May 2004 14:21:06 +0000, James Courtier-Dutton wrote:
Is there any chance of getting my patch into cvs. I could then start making further improvements to the winealsa driver.
It's in CVS now. If you want to work without waiting for AJ to commit, use the arch repository. It lets you commit to your own local branch and has a script for generating and sending patch emails in a simple manner.
thanks -mike
Thank you.
I have been working on improving wine support for alsa, but have run into some problems. Windows sound api is so incredibly bad. :-( I might just work on getting DirectSound working, and the get winmm to use direct sound instead of winmm using the sound card directly.
We need to get to a single API between sound hardware and windows apis. I think winmm should work over directsound ok. I just need to look into what ASIO does now. We might end up doing winmm over directsound over asio!
Cheers James