You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
According to the Microsoft docs and other articles I've come across, when creating an XAPO effect, you can override the LockForProcess() method in order to obtain information about the audio format before you start processing via the Process() method on the real-time thread. This allows the effect to adapt to different formats, maybe create some data structures etc. ahead of actual processing.
However, the LockForProcess() method in AudioProcessorBase is not virtual.