Ticket #8899: mythtv_sound.patch
File mythtv_sound.patch, 487 bytes (added by , 15 years ago) |
---|
-
audiooutputalsa.cpp
old new 412 412 } 413 413 414 414 period_time = 50000; // aim for an interrupt every 50ms 415 buffer_time = period_time << 1; // buffer 100ms worth of samples415 buffer_time = period_time << 2; // buffer 200ms worth of samples 416 416 417 417 err = SetParameters(pcm_handle, format, channels, samplerate, 418 418 buffer_time, period_time);