qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 03/23] sdlaudio: add -audiodev sdl, out.buffer-count option


From: Gerd Hoffmann
Subject: Re: [PATCH 03/23] sdlaudio: add -audiodev sdl, out.buffer-count option
Date: Thu, 14 Jan 2021 15:27:56 +0100

  Hi,

> -    hw->samples = obt.samples;
> +    hw->samples = (spdo->has_buffer_count ? spdo->buffer_count : 4) *
> +        obt.samples;

> +# @buffer-count: number of buffers (default 4)

Any specific reason for this default?

In my testing I've needed much higher values.
8 still got me crackling sound, 16 worked ok.

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]