graph_build

Function graph_build 

Source
pub fn graph_build(graph: &mut ove_audio_graph) -> Result<()>
Expand description

Validate formats, resolve execution order, allocate buffers.

ยงErrors

Returns an error on format mismatch, cycles, or OOM.