Package samer.units
Class LineOut
- java.lang.Object
-
- samer.units.LineOut
-
- All Implemented Interfaces:
- Task
public class LineOut extends java.lang.Object implements Task
A class which takes real valued samples from a VVector, converts them to 16 bit integer samples, and writes them to an audio device.Can optionally output only a sub-window of input vector This window is adjustable on the fly, so, for example, we can output the last M samples of a sliding window.