We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48aea6a + 3d8718f commit 2148efcCopy full SHA for 2148efc
README.md
@@ -24,6 +24,9 @@ curl -F "audio=@audio.mp3" -F "transcript=@words.txt" "http://localhost:8765/tra
24
If you've downloaded the source code you can also run the aligner as a command line program:
25
26
```bash
27
+git clone https://github.com/lowerquality/gentle.git
28
+cd gentle
29
+./install.sh
30
python3 align.py audio.mp3 words.txt
31
```
32
0 commit comments