Tracktion / tracktion_engine

Tracktion Engine module
Other
1.19k stars 149 forks source link

high cpu even nothing to do, can not understand why high cpu on tracktion_engine staff. #79

Closed imiskolee closed 2 years ago

imiskolee commented 2 years ago

image

drowaudio commented 2 years ago

You might be better off bringing these topics up in the JUCE forum under the "Tracktion Engine" topic or maybe the GitHub Discussions so more people see them and can share their knowledge?


Regarding performance, did this turn out to not be an issue for you? The default threading model is tuned for the lowest latency with large graphs (thousands of Nodes) at the expense of some CPU. If you have a smaller app or a mobile target, you might be better running single-threaded or with a different ThreadPoolStratedgy.