From 479088ac31b62e92b5b1df1d76f324787bde4b60 Mon Sep 17 00:00:00 2001 From: Yasutaka Odo Date: Mon, 19 Dec 2022 23:09:05 +0900 Subject: [PATCH] Update README.md add Japanese example (courtesy of Prof. Tatsuya Kawahara) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6fe6c7..e8a1016 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ https://user-images.githubusercontent.com/36994049/208298819-6f462b2c-8cae-4c54- `whisperx --model large --language ja examples/sample_ja_01.mp3 --align_model wav2vec2-large-xlsr-53-japanese--output_dir examples/whisperx --align_extend 2` + + +https://user-images.githubusercontent.com/19920981/208444011-890344f5-c16d-4c3d-8ada-c902329c6330.mov

Limitations ⚠️

- Not thoroughly tested, especially for non-english, results may vary -- please post issue to let me know its results on your data