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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user