Re: [Musicpd-dev-team] Mixer for win32 output

2010-10-11 Thread Max Kellermann
On 2010/10/08 23:22, Denis Krjuchkov alcoh...@gmail.com wrote: I've implemented mixer for win32 output plugin. Thanks Dennis, I've pulled your patches. That rename makes sense! I'm not sure whenever implementation is free from race conditions. WinMM API itself is thread-safe. But there

[Musicpd-dev-team] Mixer for win32 output

2010-10-08 Thread Denis Krjuchkov
Hello all. I've implemented mixer for win32 output plugin. Patches are in my git repository: git://git.musicpd.org/dk/mpd.git Also, I renamed win32_output_plugin to winmm_output_plugin. Win32 has many sound APIs (WinMM, DirectSound, WASAPI). New name is more correct. This should not affect