A multi-threads AudioProcessorGraph Render

Hi,All:

I have tried development a track-based multi-threads audio processor graph render without any break changes.

This experiment is based on the following constraints:

  1. There is a Master Mixer Node that mixes the audio from all tracks together for output to the device.
  2. Nodes have a tree structure; otherwise, infinite loops will occur during compilation of dependencies.

github : GitHub - imiskolee/multi-thread-graph-render: A Multi Threads JUCE Audio Processor Graph Render For Realtime & Offline

1 Like