facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.5k stars 2.06k forks source link

Issue with CLAP training sample rate #266

Open harshitaseth opened 11 months ago

harshitaseth commented 11 months ago

As per the CLAP repo (https://github.com/LAION-AI/CLAP), clap was trained with 48KHz but audiocraft is using the audio samples at 44.1KHz to train with CLAP pre-trained weights. Is this correct or am I understanding it wrongly? image