You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(outlet): add transport_flags for synchronous zero-copy mode
Expose the lsl_transport_options_t flags (transp_default,
transp_bufsize_samples, transp_bufsize_thousandths, transp_sync_blocking)
and a transport_flags argument on StreamOutlet, routed through
lsl_create_outlet_ex. transp_sync_blocking enables the new synchronous
(zero-copy) outlet mode (sccn/liblsl#256) for high-bandwidth streams.
Default behavior is unchanged (async via lsl_create_outlet).