python-peass 2.0.1__tar.gz → 2.0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_peass-2.0.1 → python_peass-2.0.1.1}/PKG-INFO +2 -2
- {python_peass-2.0.1 → python_peass-2.0.1.1}/README.md +1 -1
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/__init__.py +1 -1
- {python_peass-2.0.1 → python_peass-2.0.1.1}/LICENSE +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/auditory_model.py +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/decomposition.py +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/gammatone.py +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/metrics.py +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/parameters/paramTask1.npz +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/parameters/paramTask2.npz +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/parameters/paramTask3.npz +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/parameters/paramTask4.npz +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/peass/predictor.py +0 -0
- {python_peass-2.0.1 → python_peass-2.0.1.1}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-peass
|
|
3
|
-
Version: 2.0.1
|
|
3
|
+
Version: 2.0.1.1
|
|
4
4
|
Summary: python-peass: Perceptual Evaluation methods for Audio Source Separation
|
|
5
5
|
Author-email: Avery Khoo <avery.khoo@gmail.com>
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -25,7 +25,7 @@ Project-URL: Tracker, https://github.com/averykhoo/python-peass/issues
|
|
|
25
25
|
|
|
26
26
|
# python-peass
|
|
27
27
|
|
|
28
|
-
[](https://github.com/averykhoo/python-peass/actions)
|
|
29
29
|
[](https://pypi.org/project/python-peass/)
|
|
30
30
|
|
|
31
31
|
> This project was ported by Gemini 3.5 Flash from
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# python-peass
|
|
2
2
|
|
|
3
|
-
[](https://github.com/averykhoo/python-peass/actions)
|
|
4
4
|
[](https://pypi.org/project/python-peass/)
|
|
5
5
|
|
|
6
6
|
> This project was ported by Gemini 3.5 Flash from
|
|
@@ -3,7 +3,7 @@ python-peass: Perceptual Evaluation methods for Audio Source Separation
|
|
|
3
3
|
A modern, Pythonic port of the PEASS v2.0.1 toolkit [1].
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
__version__ = "2.0.1"
|
|
6
|
+
__version__ = "2.0.1.1" # matches peass version, with one more segment for me to edit
|
|
7
7
|
|
|
8
8
|
from .decomposition import extract_distortion_components
|
|
9
9
|
from .metrics import audio_quality_features
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|