Closed schell closed 2 years ago
I've added an AudioNode that produces a variable float each tick which can be set using atomics.
AudioNode
This is useful in cases where you'd like to control the output from a separate thread from the audio graph, eg from user input events.
I've added an
AudioNode
that produces a variable float each tick which can be set using atomics.This is useful in cases where you'd like to control the output from a separate thread from the audio graph, eg from user input events.