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
Currently, there are at least two buffer copies (one at input and one at output) that could be avoided by directly using the passed in input/output buffers.
The text was updated successfully, but these errors were encountered:
I agree. Also, the whole allocating arrays of raw input/output pointers stuff in both NeuralAmpModelerCore and the Plug-in code is very suspicious and possibly the source of some of the memory leaks.
Currently, there are at least two buffer copies (one at input and one at output) that could be avoided by directly using the passed in input/output buffers.
The text was updated successfully, but these errors were encountered: