File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ It combines this project, https://github.com/Softcatala/subdub-editor (an editor
1414
1515# Features
1616
17- * Build on top of open source models and able to run it locally
17+ * Built on top of open source models and able to run it locally
1818* Dubs automatically a video from a source to a target language
1919* Supports multiple Text To Speech (TTS): Coqui, MMS, Edge, OpenAI TTS
2020 * Allows to use any non-supported one by configuring an API or CLI
@@ -71,7 +71,7 @@ If you want to install also Coqui-tts, do:
7171pip install open_dubbing[coqui]
7272```
7373
74- If you want to install also OpenIA support, do:
74+ If you want to install also OpenAI support, do:
7575
7676``` shell
7777pip install open_dubbing[openai]
@@ -182,7 +182,7 @@ For more detailed documentation on how the tool works and how to use it, see our
182182# Appreciation
183183
184184Core libraries used:
185- * [demucs](https://github.com/facebookresearch /demucs) to separate vocals from the audio
185+ * [demucs](https://github.com/adefossez /demucs) to separate vocals from the audio
186186* [pyannote-audio](https://github.com/pyannote/pyannote-audio) to diarize speakers
187187* [faster-whisper](https://github.com/SYSTRAN/faster-whisper) for audio to speech
188188* [NLLB-200](https://github.com/facebookresearch/fairseq/tree/nllb) for machine translation
You can’t perform that action at this time.
0 commit comments