You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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