Module: wine Branch: master Commit: 5570a1da8e0a5f12c0bb7cdf1576afa9cb762dc9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5570a1da8e0a5f12c0bb7cdf15...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jan 15 09:58:45 2009 +0100
dsound: Don't convert single samples at a time.
This gives a minor performance improvement.
---
dlls/dsound/dsound_convert.c | 250 +++++++++++++++++++++++++++++++----------- dlls/dsound/dsound_private.h | 2 +- dlls/dsound/mixer.c | 34 ++---- 3 files changed, 197 insertions(+), 89 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5570a1da8e0a5f12c0bb7c...