Releases: gudgud96/frechet-audio-distance
Releases · gudgud96/frechet-audio-distance
v0.3.1
What's Changed
Several major features added in this release, including the EnCodec embedding support, MPS support, and CLAP text-audio score calculation.
Huge thanks to all contributors!
- [feature] add EnCodec model embeddings to FAD calculation by @ivanlmh in #23
- fix fad calculation for newer versions of scipy by @zhvng in #25
- add automatic MPS device support by @balintlaczko in #27
- [feature] add CLAP score metric to compute similarity between text and audio embeddings by @mcomunita in #28
New Contributors
- @ivanlmh made their first contribution in #23
- @zhvng made their first contribution in #25
- @balintlaczko made their first contribution in #27
Full Changelog: 0.2.0...0.3.0
v0.2.0
What's Changed
- [chore] Setup CI by @gudgud96 in #18
- [chore] Setup CI and fix
requirements.txt
by @gudgud96 in #19 - [feature] add (LAION)-CLAP model embedding to FAD calculation by @mcomunita in #21
- [chore] bump to 0.2.0 by @gudgud96 in #22
Full Changelog: 0.1.2...0.2.0
v0.1.2
What's Changed
- add embeddings reusability in score fct + update readme accordingly by @ThibaultCastells in #14
- fixes bug with pann model loading by @mcomunita in #15
- [refactor] Fix default case for PANN
self.ckpt_dir
by @gudgud96 in #16
New Contributors
- @ThibaultCastells made their first contribution in #14
- @mcomunita made their first contribution in #15
Full Changelog: 0.1.1...0.1.2
v0.1.1
v0.1.0
What's Changed
- [fix] Fix stereo shape issue by converting to mono by @gudgud96 in #2
- [chore] Add dependencies to pyproject.toml + add FAD comparison by @gudgud96 in #4
- [chore] Add score results by @gudgud96 in #5
- [refactor] Remove redundant fixed sample rate packing by @gudgud96 in #8
- [feature] Add PANN model embedding to FAD calculation by @gudgud96 in #9
- [refactor] Remove "list of audio paths" input type for
get_embedding
function by @gudgud96 in #10
New Contributors
Full Changelog: https://github.com/gudgud96/frechet-audio-distance/commits/0.1.0