mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
filter-chain: add some more debug
This commit is contained in:
parent
94a6426861
commit
cc4a635b2f
1 changed files with 2 additions and 1 deletions
|
|
@ -664,7 +664,8 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
|
|||
if (tailsize <= 0)
|
||||
tailsize = SPA_CLAMP(4096, blocksize, 4096);
|
||||
|
||||
pw_log_info("using %d:%d blocksize ir:%s", blocksize, tailsize, filename);
|
||||
pw_log_info("using n_samples:%u %d:%d blocksize ir:%s", n_samples,
|
||||
blocksize, tailsize, filename);
|
||||
|
||||
impl = calloc(1, sizeof(*impl));
|
||||
if (impl == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue