Skip to content

Commit 4e292ed

Browse files
use updated libf0 fork
1 parent c6a7dd2 commit 4e292ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pytch"
7-
version = "2.3.0"
7+
version = "2.3.0rc"
88
description = "A Real-Time Pitch Analysis Tool For Polyphonic Music"
99
authors = [
1010
{name = "Pytch Contributors"}
@@ -16,7 +16,8 @@ dependencies = [
1616
"pyqt6>=6.7.0",
1717
"sounddevice>=0.4.7",
1818
"pyqtgraph>=0.13.1",
19-
"rtswipe@git+https://github.com/groupmm/real_time_swipe.git"
19+
"rtswipe@git+https://github.com/groupmm/real_time_swipe.git",
20+
"libf0@git+https://github.com/sebastianrosenzweig/libf0.git"
2021
]
2122
requires-python = ">=3.11"
2223

pytch/audio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def check_fs(device_index, fs):
7676
logger.debug(e)
7777
valid = False
7878

79-
finally:
80-
return valid
79+
return valid
8180

8281

8382
@njit

0 commit comments

Comments
 (0)