Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-08 Thread Roderick Colenbrander
There's some kmixer info (including examples) on msdn but the way it is organized is a pain. After clicking some links you in the end come to where you started. For example a start point might be this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stream/hh/stream/aud-design

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-08 Thread James Courtier-Dutton
Roderick Colenbrander wrote: If you plan to rewrite parts of winmm/dsound it might be better to do it like Win2k/WinXP do it using "kmixer". This seems to be a redesign of the whole windows sound stuff. regards, Roderick Where are docs on "kmixer". I don't use WinXP etc. Cheers James

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-08 Thread Roderick Colenbrander
If you plan to rewrite parts of winmm/dsound it might be better to do it like Win2k/WinXP do it using "kmixer". This seems to be a redesign of the whole windows sound stuff. regards, Roderick > Mike Hearn wrote: > > >On Fri, 2004-05-07 at 19:56 +, James Courtier-Dutton wrote: > > > > > >>I

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-08 Thread Jakob Eriksson
Mike Hearn wrote: On Fri, 2004-05-07 at 19:56 +, James Courtier-Dutton wrote: I have been working on improving wine support for alsa, but have run into some problems. Windows sound api is so incredibly bad. :-( Well, you don't work on Wine for the joy of working with the best tools ..

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-07 Thread Paul Davis
>> I think winmm should work over directsound ok. I just need to look into >> what ASIO does now. > >I think ASIO loads kernel drivers and bypasses the whole thing. ASIO is a vastly superior API for audio programming. Its too bad that Windows doesn't support it as the standard. It would be really

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-07 Thread Robert Reif
I might just work on getting DirectSound working, and the get winmm to use direct sound instead of winmm using the sound card directly. You can use Microsoft's dsound.dll in native mode and it will use wine's winmm drivers. I'm pretty sure that's the wrong way around. DirectSound is impleme

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-07 Thread Mike Hearn
On Fri, 2004-05-07 at 19:56 +, James Courtier-Dutton wrote: > I have been working on improving wine support for alsa, but have run > into some problems. Windows sound api is so incredibly bad. :-( Well, you don't work on Wine for the joy of working with the best tools ... > I might just work

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-07 Thread James Courtier-Dutton
Mike Hearn wrote: On Wed, 05 May 2004 14:21:06 +, 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 reposit

Re: [PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-07 Thread Mike Hearn
On Wed, 05 May 2004 14:21:06 +, 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

[PATCH] Updates the wine alsa driver to the new alsa api. No functionallity changes.

2004-05-05 Thread James Courtier-Dutton
Is there any chance of getting my patch into cvs. I could then start making further improvements to the winealsa driver. Currently, the winealsa driver does a lot of stuff it should not, and I will changing things to make it more reliable with a wider variety of sound cards. If my patch is not