Quantize
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ Compact ]
[ GIR ( name = "AudioQuantize" ) ]
public class Quantize
Content:
Methods:
- public void free ()
Free a Quantize.
- public void reset ()
Reset this to the state is was when
created, clearing any history it might have.
- public void samples (void* @in, void* @out, uint samples)
Perform quantization on samples
in in
and
write the result to out
.