Function input

Source
pub fn input<I: StereoInput>(input: An<I>) -> Run<An<I>, NoOutput>
Expand description

Create a new Run using the given audio node as the input end.

The resultant Run can be immediately run, or further options may be specified.