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 https://github.com/gudgud96/frechet-audio-distance/pull/23
* fix fad calculation for newer versions of scipy by zhvng in https://github.com/gudgud96/frechet-audio-distance/pull/25
* add automatic MPS device support by balintlaczko in https://github.com/gudgud96/frechet-audio-distance/pull/27
* [feature] add CLAP score metric to compute similarity between text and audio embeddings by mcomunita in https://github.com/gudgud96/frechet-audio-distance/pull/28
New Contributors
* ivanlmh made their first contribution in https://github.com/gudgud96/frechet-audio-distance/pull/23
* zhvng made their first contribution in https://github.com/gudgud96/frechet-audio-distance/pull/25
* balintlaczko made their first contribution in https://github.com/gudgud96/frechet-audio-distance/pull/27
**Full Changelog**: https://github.com/gudgud96/frechet-audio-distance/compare/0.2.0...0.3.0