Skip to content
Extraits de code Groupes Projets
Valider 1d847c12 rédigé par Sting's avatar Sting
Parcourir les fichiers

Update README + requirements

parent 3a5c6168
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!4Lyrics Alignment
......@@ -69,6 +69,16 @@ $ deactivate
Having a CUDA-capable GPU is optional, but can greatly reduce processing time in some situations.
To use the custom phonetic mapping for Japanese Romaji, you need to update manually (for now) the g2p DB (within the venv):
```bash
$ cp g2p/mappings/langs/rji/* env/lib/python3.11/site-packages/g2p/mappings/langs/rji/
#Then update :
$ g2p update
```
# Use
## Autokara
......@@ -92,6 +102,21 @@ To execute AutoKara on a (pre-extracted) WAV (or OGG, MP3, ...) vocals file, pas
$ python autokara.py vocals.wav output.ass --vocals
```
To use a phonetic transcription optimized for a specific language, use `--lang` (or `-l`) :
```bash
$ python autokara.py vocals.wav output.ass --lang jp
```
Available languages are :
```
jp : Japanese Romaji (default)
en : English
```
Full help for all options is available with :
```bash
$ python autokara.py -h
```
## Useful scripts
To only extract .wav audio from a MKV file :
......
......@@ -21,4 +21,5 @@ torchaudio
tensorboard
sortedcontainers
g2p_en
g2p
resampy
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter