[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
# Installation
# Installation
...
@@ -49,7 +10,7 @@ If we ever want to use an AI to identify syllables without a reference lyrics fi
...
@@ -49,7 +10,7 @@ If we ever want to use an AI to identify syllables without a reference lyrics fi
- FFmpeg
- FFmpeg
- Python >= 3.8
- 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
## Install
...
@@ -86,7 +47,9 @@ Having a CUDA-capable GPU is optional, but can greatly reduce processing time in
...
@@ -86,7 +47,9 @@ Having a CUDA-capable GPU is optional, but can greatly reduce processing time in
## Configuration
## Configuration
Autokara comes with a default config file in `autokara/default.conf`.
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`.
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.
This new file has priority over the default one, which is used only as fallback for unspecified values.