Skip to content

Releases: dev-jam/opensesame-plugin-audio_low_latency

9.2.0

18 Apr 21:54
Compare
Choose a tag to compare
  • bug fixes

8.9.0

25 Nov 20:43
Compare
Choose a tag to compare
  • new plugin code style
  • debian packaging fixed

8.7.0

21 Oct 08:55
Compare
Choose a tag to compare
  • implemented undocumented info method for checking parameters

8.6.0

14 Oct 12:38
Compare
Choose a tag to compare

Changes:

  • Removed deprecated methods from pyalsaaudio and use linux cli to check parameters
  • Small corrections

8.5.0

07 Jul 10:48
Compare
Choose a tag to compare

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

06 Jun 12:39
Compare
Choose a tag to compare

Bugfixes:

  • corrected period size for play item when using cache
  • merged play_file and play_data into play

8.3.0

04 Jun 01:12
Compare
Choose a tag to compare

Bugfixes:

  • fix for numpy data conversion for sounddevice by Flavier Sebastien

8.2.0

02 Jun 14:41
Compare
Choose a tag to compare

Bugfixes:

  • Fixed PyAudio
  • Fixed Sounddevice

8.0.2

24 May 13:23
Compare
Choose a tag to compare

Bug fixes:

  • fixed new parameters not Initializing
  • increased verbosity

8.0.0

20 May 09:02
Compare
Choose a tag to compare
  • moved several checks to prepare phase
  • fixed wav duration bug
  • implemented delay for stopping the audio recording