in
Reads mono audio data from an external device or stream.
Warning
There are two versions of this opcode. The first is designed to be used only with orchestras that have inchnls=1. Doing so with orchestras with inchnls > 1 will cause incorrect audio input.
The second form will read multiple channels into an array.
Syntax
Performance
Form 1 reads mono audio data from an external device or stream. If the command-line -i flag is set, sound is read continuously from the audio input stream (e.g. stdin or a soundfile) into an internal buffer. Any number of these opcodes can read freely from this buffer.
The second format will read upto ichnls of audio into an audio array, which must be initialised.
Examples
Here is an example of the in opcode. It uses the file in.csd.
See also
Credits
Authors: Barry L. Vercoe, Matt Ingalls/Mike Berry
MIT, Mills College
1993-1997
Authors: John ffitch
NUIM, 2013
Already in version 3.30
Array version in versio 6.01