44100 kHz seems a lot for audio sampling rate...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39997 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-12-28 21:51:33 +00:00
parent 9dbc17e4f3
commit 3d5a11ee4e
@@ -826,7 +826,7 @@ set_mix(hda_audio_group* audioGroup, multi_mix_value_info * mmvi)
static uint32
default_buffer_length_for_rate(uint32 rate)
{
// keep the latency about the same as 2048 frames per buffer at 44100 kHz
// keep the latency about the same as 2048 frames per buffer at 44100 Hz
switch (rate) {
case B_SR_8000:
return 512;