[Aligning lyrics to song](https://github.com/jhuang448/LyricsAlignment-MTL)(Jiawen Huang, Emmanouil Benetos, Sebastian Ewert, 2022)
### Other methods
Other stuff goes here
## Syllable recognition
If we ever want to use an AI to identify syllables without a reference lyrics file
An experiment in automatic karaoke timing.
# Installation
...
...
@@ -49,7 +10,7 @@ If we ever want to use an AI to identify syllables without a reference lyrics fi
- FFmpeg
- Python >= 3.8
All other python modules can be installed directly through pip, see further.
All other python modules can be installed directly through PIP, see next section.
## Install
...
...
@@ -86,7 +47,9 @@ Having a CUDA-capable GPU is optional, but can greatly reduce processing time in
## Configuration
Autokara comes with a default config file in `autokara/default.conf`.
If you want to tweak some values (enable CUDA, for example), you should add them to a new config file in your personal config directory : `~/.config/autokara/autokara.conf`.
This new file has priority over the default one, which is used only as fallback for unspecified values.