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.92k stars 2.14k forks source link

Spelling #109

Closed jsoref closed 1 year ago

jsoref commented 1 year ago

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/audiocraft/actions/runs/5301903502#summary-14349936077

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/audiocraft/actions/runs/5301903695#summary-14349936328

jsoref commented 1 year ago

@adefossez: do I need to worry about the merge conflict?

JadeCopet commented 1 year ago

We fixed the different misspellings ourselves as part of the larger code update for the 1.0.0 release. Sorry it more convenient to handle them like that with all the codebase changes. Thanks for the report!