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
This release contains several bug fixes and improvements related to synchronization, calculating the effective sampling rate, and initializing emtpy streams. We've also included new features: first, match_streaminfos gained a case_sensitive parameter (defaulting to False to maintain previous behavior), and second, detected clock segments are now exposed as stream["info"]["clock_segments"].
⚠️YANKED: This release was yanked from PyPI on 2025-10-27 due to a severe regression regarding effective sampling frequency and clock segments calculation. Please use version v1.17.0 or v1.17.2 or later (when available) instead.
This release exposes auto-detected continuous segments in a stream with interruptions as stream["info"]["segments"]. We've also renamed the pyxdf.examples module to pyxdf.cli, and pyxdf.cli.playback_lsl.py will only loop playback when passing the --loop argument.