WIP Adding Audio DSP Plugin to AddonManager
(2015-03-04, 10:21)leonpierresusan Wrote: Forgive my ignorance but I'm not familiar with the code. Is provision made to delay video if there is a delay in the audio as a result of the processing? A processing delay won't affect music but video might be a problem if the delay is significant.
Here is the ADSP-Addon API.
If you scroll down in that header file, you will see InputResampleGetDelay(...), PreProcessGetDelay(...), MasterProcessGetDelay(...), PostProcessGetDelay(...), OutputResampleGetDelay(...). So we still have some functions to handle delays Wink
But at the moment we don't have an addon which use this functions. All addons (adsp.basic, adsp.freesurround, adsp.xconvolver and adsp.biquad.filters) don't produce any delay that is greater than the framelength.
Latest news about AudioDSP and my libraries is available on Twitter.

Developers can follow me on Github.
Reply


Messages In This Thread
RE: Adding Audio DSP Plugin to AddonManager - by AchimTuran - 2015-03-07, 10:07
Logout Mark Read Team Forum Stats Members Help
Adding Audio DSP Plugin to AddonManager7