Some LADSPA plugins report their latency using a output control
port named "latency". We may capture the latency of the plugin
and from that port to compensate for latency the plugin introduced.
This feature exists in Ardour and appears enabled by default.
This is not enabled by default in sox as existing scripts for older
versions of sox may already compensate for latency.
I've also pushed this to my git repository
The following changes since commit a6be594c819dc408e2f72425b7de2b5c4590c1eb:
add Dolph window for spectrogram effect (2013-05-27 18:35:40 +0100)
are available in the git repository at:
git://bogomips.org/sox ladspa-latency
for you to fetch changes up to 6d9e0004bfed24d6db6d7a41fab62e665d3c8db7:
ladspa: optionally perform latency compensation (2013-09-29 06:39:54 +0000)
v2 of the patch. v1 had a leak, here is the diff between v1 and v2
(full v2 attached as 0002-...)
The following changes since commit a6be594c819dc408e2f72425b7de2b5c4590c1eb:
add Dolph window for spectrogram effect (2013-05-27 18:35:40 +0100)
are available in the git repository at:
git://bogomips.org/sox ladspa-latency
for you to fetch changes up to af31e5211d445653a17cd557faeccdc32678c0f8:
ladspa: optionally perform latency compensation (2013-10-10 09:32:24 +0000)