vad_plus_bindings_generated library

Classes

VADConfig
VAD Configuration structure
VADEvent
VAD Event structure (flat for easier FFI)
VADEventType
VAD Event type constants
VADHandle
Opaque VAD Handle
VadPlusBindings
Bindings for src/vad_plus.h.

Typedefs

VADEventCallback = void Function(Pointer<VADEvent> event, Pointer<Void> user_data)
Dart callback type definition
VADEventCallbackNative = Void Function(Pointer<VADEvent> event, Pointer<Void> user_data)
Native callback type definition (receives pointer to event for C compatibility)