Skip to content

v1.2.0

Choose a tag to compare

@AbrahamSanders AbrahamSanders released this 09 Mar 21:43
· 16 commits to main since this release
  • Added support for FunCodec from Alibaba DAMO Speech Lab! Use --codec_type funcodec when encoding audio with codec_bpe.audio_to_codes to encode using the FunCodec model. Model paths on the HuggingFace hub are listed here. Thanks to @indiejoseph for contributing the inference logic for FunCodec.
  • Use transformers implementation for DAC to reduce dependencies
  • Overhaul of codec_bpe.audio_to_codes utility to simplify codec selection and bandwidth arguments