increase default buffer frames to fix ticket 4656

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33347 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul 2009-09-29 10:40:19 +00:00
parent 885513f0a0
commit 3ee503c218

View File

@ -62,7 +62,7 @@ extern device_hooks multi_hooks;
auich_settings current_settings = {
48000, // sample rate
256, // buffer frames
4096, // buffer frames
4, // buffer count
false // use thread
};