Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

AudioProcessorBase.LockForProcess method is not virtual #1126

Open
victor-david opened this issue Feb 3, 2019 · 0 comments
Open

AudioProcessorBase.LockForProcess method is not virtual #1126

victor-david opened this issue Feb 3, 2019 · 0 comments

Comments

@victor-david
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant