input

Function input 

Source
pub fn input<F: Real>(receiver: Receiver<(F, F)>) -> An<Input<F>>
Expand description

Creates an audio input node from a channel receiver.

§Arguments

  • receiver - A channel receiver providing stereo (left, right) audio samples

§Returns

A 2-channel audio node that outputs the received samples