Releases: claritychallenge/clarity
v0.6.3
This is a minor bug-fix release relevant for participants of the Cadenza CAD2 challenge task 2.
This fix addresses an issue when before computing HAAQI:
- It uses the start and end timestamp of an audio segment to segment the reference signal
What's Changed
- Loading the segment for reference signal by @groadabike in #426
Full Changelog: v0.6.2...V0.6.3
v0.6.2
This is a minor bug-fix release relevant for participants of the Cadenza CAD2 challenge task 1.
This fix addresses two issues with the Whisper transcription:
- It adds text normalisation before computing the correctness score
- It sets Whisper's temperature parameter to 0 to obtain deterministic transcriptions.
What's Changed
- Better Intelligibility metric for CAD2 Task1 by @groadabike in #419
- set temperature to whisper by @groadabike in #421
Full Changelog: v0.6.1...v0.6.2
0.6.1
This is a minor bug-fix release relevant for participants of the CADENZA CAD2 Challenge.
The update addresses two key issues in the evaluation of the baseline recipe for task 1:
- The evaluation process did not apply seeding for each track.
- Whisper transcription failed because the file path was passed as a Path object instead of a string.
The latest version can be installed from PyPI
pip install pyclarity
...or using the files attached to this release.
What's Changed
- Fixed the evaluation for CAD2 baseline recipe @groadabike in #409
- Clean config.yaml files for CAD2 baseline recipe @groadabike in #409
Full Changelog: v0.6.0...v0.6.1
0.6.0
The Clarity/Cadenza Projects Team are pleased to announce the release of v0.6.0 of pyclarity
.
The latest version can be installed in your virtual environment from PyPI with...
pip install pyclarity
...or using the files attached to this release.
What's Changed
- Introduces recipes for the 2nd Cadenza Challenge (CAD2) (@groadabike )
Full Changelog: v0.5.1...v0.6.0
v0.5.1
This is a minor bug-fix release that is relevant for participants of the Clarity CEC3 Challenge.
The release fixes an issue in the baseline recipe whereby the hearing aid amplification was being applied during the evaluation stage rather than the enhancement stage.
The latest version can be installed from PyPI
pip install pyclarity
...or using the files attached to this release.
What's Changed
- Fixed the CEC3 baseline recipe and documentation @jonbarker68 in #346
Full Changelog: v0.4.0...v0.4.1
v0.5.0
The Clarity/Cadenza Projects Team are pleased to announce the release of v0.5.0 of pyclarity
.
The latest version can be installed in your virtual environment from PyPI with...
pip install pyclarity
...or using the files attached to this release.
What's Changed
- Introduces recipes for the 3rd Clarity Enhancement Challenge (CEC3) (@jonbarker68 )
Full Changelog: v0.3.0...v0.5.0
v0.4.1
This is a minor bug-fix release that is relevant for participants of the ICASSP 2024 Cadenza Challenge.
The release fixes an issue with the generation of the training dataset.
The latest version can be installed from PyPI
pip install pyclarity
...or using the files attached to this release.
What's Changed
- Update ICASSP 2024 recipe to generate training dataset @groadabike in #349
- Fixed smear3 to work with newer numpy versions by @jonbarker68 in #346
Full Changelog: v0.4.0...v0.4.1
v0.4.0
The Clarity/Cadenza Projects Team are pleased to announce the release of v0.4.0 of pyclarity
.
The latest version can be installed in your virtual environment from PyPI with...
pip install pyclarity
...or using the files attached to this release.
What's Changed
- Introduces recipes for the ICASSP 2024 Cadenza challenge (CAD_ICASSP_2024) (@groadabike )
- Introduces classes for Listeners and Audiograms (@jonbarker68)
- Better testing coverage (@jonbarker68, @groadabike)
Full Changelog: v0.3.0...v0.4.0
v0.3.4
This is a minor release that is important for participants of the CAD1 Task1 and Task2 challenges.
The release adds the code for processing the test
set and packages the output for submission.
This version can be installed from PyPI
pip install pyclarity==0.3.4
...or using the files attached to this release.
What's Changed
Introduce the test.py
script to process the test set.
Includes a function to conveniently package the audios for entrants' submission.
- Code for evaluation in cad1 by @groadabike in #335
Full Changelog: v0.3.3...v0.3.4
v0.3.3
This is a minor bug-fix release that is important for participants of the CAD1 challenge.
The release fixes two issues with the sample rate used in CAD1/Task2 evaluation :
- Change the sample rate used to generate the car noise was changed from 44100 Hz to 24000 Hz
- Correct the original sample rate of the processed signal for resampling from 44100 Hz to 32000 Hz
This version can be installed from PyPI
pip install pyclarity==0.3.3
...or using the files attached to this release.
What's Changed
- For release 0.3.3 by @groadabike in #325
Full Changelog: v0.3.2...v0.3.3