Class AudioBaseSink

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
AudioSink

@Generated("io.github.jwharm.JavaGI") public class AudioBaseSink extends BaseSink
This is the base class for audio sinks. Subclasses need to implement the ::create_ringbuffer vmethod. This base class will then take care of writing samples to the ringbuffer, synchronisation, clipping and flushing.