<!-- Release notes generated using configuration in .github/release.yaml at main -->
Backward incompatible release which removes the existing visual stimuli and audio stimuli.
The audio stimulation was re-implemented using `sounddevice` and a custom callback function, which is now supported by a `stimuli.time` module and `stimuli.trigger` module to accurately measure time and deliver hardware trigger to mark an event in time.
This version is compatible with python 3.11+, mostly because of the recent changes to the python `time` module for Windows as of python `3.11`.
**Full Changelog**: https://github.com/mscheltienne/stimuli/compare/0.5.0...1.0.0