Skip to content

Releases: pytchtracking/pytch

v2.3.0

01 Feb 17:45
b3e59b2

Choose a tag to compare

This release includes the following changes/fixes:

  • pytch is now using the real-time SWIPE implementation of @akustiker et al. as default F0-estimation algorithm. Thank you very much for the nice collaboration! The implementation provides faster and more accurate estimates than the libf0 implementation. :-)
  • Fixed a bug when user enters a floating point number in one of the text fields.
  • Updated the JOSS submission accordingly.

v2.2.0

01 Jul 18:21

Choose a tag to compare

This version adds several "invisble" improvements to pytch:

  • Tweaks to improve the smoothness of the GUI, including a better adjusted multithreading and GUI preprocessing.
  • Function docstrings and a few more bits to make the code easier to understand.
  • An article that documents the latest version of pytch which will be submitted to the Journal of Open Source Software (JOSS).

v2.1.0

30 Oct 21:40

Choose a tag to compare

  • Replace slow matplotlib with faster pyqtgraph
  • Track order of user channel selection and use the same display names as in the start menu
  • Stability fixes

v2.0.0

13 Aug 18:19

Choose a tag to compare

A major update/revision:

  • Reduced and updated dependencies
  • GUI re-design with hide-able menu, improved geometries and colors
  • Fast matplotlib updates using blitting
  • New audio recording and processing backend
  • Removed unused/outdated/incompatible functionalities
  • High-level documentation & docstrings
  • Code restructuring & tidy-up