-
-
Notifications
You must be signed in to change notification settings - Fork 22
language_translation
Cyber Official edited this page Sep 7, 2025
·
4 revisions
These arguments control language selection and translation features.
Flag | Description |
---|---|
--language |
Source language (ISO 639-1 code or English name). |
--target_language |
Target language for translation. |
--translate |
Enable translation to English. |
--transcribe |
Transcribe audio to a set target language. |
--condition_on_previous_text |
Use previous output as prompt for next window (reduces repetition). |
Set the source and target languages. Example:
python synthalingua.py --language ja --target_language en
Enable translation or transcription to a target language. Example:
python synthalingua.py --translate --language ja
python synthalingua.py --transcribe --target_language es
Helps prevent repeated or similar outputs by conditioning on previous text.