Results for “Std.Audio.Graph.Node”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Audio.Graph.Node
A source of audio that renders any range of frames on demand.
- Std.Audio.Graph.clip
Std.Audio.Pcm -> Int -> Std.Audio.Graph.NodeA clip of audio that begins at a frame of the output.
- Std.Audio.Graph.gained
Std.Audio.Graph.Node -> Int -> Std.Audio.Graph.NodeA node scaled by a Q15 gain, where 32,768 is unity.
- Std.Audio.Graph.mixed
Array[Std.Audio.Graph.Node] -> Std.Audio.Graph.NodeNodes summed with saturation.
- Std.Audio.Graph.ramp
Std.Audio.Graph.Node -> Int -> Int -> Int -> Int -> Std.Audio.Graph.NodeA node whose gain moves in a straight line from
fromGainatfromFrameto - Std.Audio.Graph.render
&Std.Audio.Graph.Node -> &Std.Audio.Format -> Int -> Int -> Result[Std.Audio.Pcm, Std.Audio.Graph.GraphError]Exactly
framesframes of a graph starting at framestart. - Std.Audio.Graph.tone
Std.Audio.Graph.Wave -> Int -> Int -> Std.Audio.Graph.NodeA waveform repeating every
periodframes between-amplitudeandamplitude.
