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
{{ message }}
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
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.
A command-line interface (CLI) is a means of interacting with a computer program by inputting lines of text called command-lines.
This project focuses on the following use cases using python-based CLI (i.e. python command) in a Windows environment:
Given a text input (e.g. a dog is barking in a restaurant), generates the audio using musicGen
Given a text input (e.g. happy mood in a rainy day), generates the music using audioGen
Given a text description of a person’s daily activities, generate a series of music and audio
Given a high fidelity audio input, conduct audio reconstruction using EnCodec
🚀 Feature
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.
A command-line interface (CLI) is a means of interacting with a computer program by inputting lines of text called command-lines.
This project focuses on the following use cases using python-based CLI (i.e. python command) in a Windows environment:
Given a text input (e.g. a dog is barking in a restaurant), generates the audio using musicGen
Given a text input (e.g. happy mood in a rainy day), generates the music using audioGen
Given a text description of a person’s daily activities, generate a series of music and audio
Given a high fidelity audio input, conduct audio reconstruction using EnCodec
Additional context
Example application can be found here
The code should be added at folder is https://github.com/facebookresearch/labgraph/tree/main/extensions/labgraph_audiogen
Create setup.py and README.md, where example can be found at: https://github.com/facebookresearch/labgraph/tree/main/extensions/labgraph_viz
Add github action support, reference: https://github.com/facebookresearch/labgraph/actions/workflows/main.yml
Add proper license header.