filter-graph: add latency option to the convolver

Sometimes you want to use the convolver as a delay without adding
latency so add a latency option to tweak the automatic latency
reporting. Use this in the upmix rear delay filters.
This commit is contained in:
Wim Taymans 2025-05-07 17:18:15 +02:00
parent 8ee51cd88f
commit 8bcf0460d1
3 changed files with 17 additions and 3 deletions

View file

@ -87,6 +87,7 @@ context.modules = [
delay = 0.012
filename = "/hilbert"
length = 33
latency = 0.0
}
}
{
@ -101,6 +102,7 @@ context.modules = [
delay = 0.012
filename = "/hilbert"
length = 33
latency = 0.0
}
}
]