Change default latency to frames

This commit is contained in:
Alex Chronopoulos 2016-07-20 12:08:36 +03:00
Родитель 1eabc3e9d7
Коммит 28e29c584a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -591,7 +591,7 @@ opensl_stream_init(cubeb * ctx, cubeb_stream ** stream, char const * stream_name
preferred_sampling_rate = 0;
if (opensl_get_min_latency(ctx, *output_stream_params, &latency_frames) != CUBEB_OK) {
// Default to AudioFlinger's advertised fast track latency of 10ms.
latency_frames = 10;
latency_frames = 440;
}
stm->latency = latency_frames;
}