pub fn input<I: StereoInput>(input: An<I>) -> Run<An<I>, NoOutput>
Create a new Run using the given audio node as the input end.
Run
The resultant Run can be immediately run, or further options may be specified.
run