mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
filter-chain: increase tail size
This commit is contained in:
parent
0096836af0
commit
750b4cdf7a
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
|
||||||
if (blocksize <= 0)
|
if (blocksize <= 0)
|
||||||
blocksize = SPA_CLAMP(n_samples, 64, 256);
|
blocksize = SPA_CLAMP(n_samples, 64, 256);
|
||||||
if (tailsize <= 0)
|
if (tailsize <= 0)
|
||||||
tailsize = SPA_CLAMP(4096, blocksize, 4096);
|
tailsize = SPA_CLAMP(4096, blocksize, 32768);
|
||||||
|
|
||||||
pw_log_info("using n_samples:%u %d:%d blocksize ir:%s", n_samples,
|
pw_log_info("using n_samples:%u %d:%d blocksize ir:%s", n_samples,
|
||||||
blocksize, tailsize, filename);
|
blocksize, tailsize, filename);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue