Reference

Components
Mono to Frame
Description
This version of the Mono to Frame component captures buffers of samples at a rate determined by the Samples input. The Samples input
should be an integer value (a Ruby Fixnum) that specifies the number of samples to grab.
The output will be the last N samples that passed through the Mono input (where N is the number of requested samples).
The output value is a Ruby Frame object. You can examine or process this using a Ruby component. For more information about Frames
see the section on Frames in the Ruby Component chapter of the main user guide.
Connectors
Inputs Type Outputs Type
Mono signal
Mono Ruby Frame object
with a buffer of
samples
Ruby Value
Ruby value containing the
number of samples you want
to grab
Ruby Value
246 of 494