Skip to content

Releases: claritychallenge/clarity

v0.6.3

09 Dec 09:49
b2556c0
Compare
Choose a tag to compare

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

Full Changelog: v0.6.2...V0.6.3

v0.6.2

18 Oct 14:44
ee84d38
Compare
Choose a tag to compare

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

Full Changelog: v0.6.1...v0.6.2

0.6.1

10 Sep 13:38
4cca4ab
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0...v0.6.1

0.6.0

12 Jul 15:27
bebd5fc
Compare
Choose a tag to compare

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

04 Apr 20:32
707c5a3
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.5.0

02 Apr 17:43
66ed680
Compare
Choose a tag to compare

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

20 Sep 14:43
dd866c1
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

15 Sep 17:30
b005f41
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0

v0.3.4

30 Jun 16:16
a6ce4a7
Compare
Choose a tag to compare

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.

Full Changelog: v0.3.3...v0.3.4

v0.3.3

18 May 12:11
ebc7654
Compare
Choose a tag to compare

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 :

  1. Change the sample rate used to generate the car noise was changed from 44100 Hz to 24000 Hz
  2. 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

Full Changelog: v0.3.2...v0.3.3