pub fn graph_init( graph: &mut ove_audio_graph, frames_per_period: u32, ) -> Result<()>
Initialize the audio graph.
Returns an error if frames_per_period is zero.
frames_per_period