Releases: pytchtracking/pytch
Releases · pytchtracking/pytch
v2.3.0
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
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
- 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
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