Releases: dev-jam/opensesame-plugin-audio_low_latency
Releases · dev-jam/opensesame-plugin-audio_low_latency
8.9.0
- new plugin code style
- debian packaging fixed
8.7.0
- implemented undocumented info method for checking parameters
8.6.0
Changes:
- Removed deprecated methods from pyalsaaudio and use linux cli to check parameters
- Small corrections
8.5.0
New features:
- audio recordings are saved in the experiment folder by default (thanks to Flavier Sebastien)
- option added to prevent overwriting recordings, suffix is added when needed (thanks to Flavier Sebastien)
- wav extension is added automatically (thanks to Flavier Sebastien)
- audio recording is not cached by default (to prevent losing the entire recording when crashing)
8.4.0
Bugfixes:
- corrected period size for play item when using cache
- merged play_file and play_data into play
8.3.0
Bugfixes:
- fix for numpy data conversion for sounddevice by Flavier Sebastien
8.2.0
Bugfixes:
- Fixed PyAudio
- Fixed Sounddevice
8.0.2
Bug fixes:
- fixed new parameters not Initializing
- increased verbosity
8.0.0
- moved several checks to prepare phase
- fixed wav duration bug
- implemented delay for stopping the audio recording