Skip to content

language_translation

Cyber Official edited this page Sep 7, 2025 · 4 revisions

Language & Translation

These arguments control language selection and translation features.

Arguments

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).

Details & Examples

--language & --target_language

Set the source and target languages. Example:

python synthalingua.py --language ja --target_language en

--translate & --transcribe

Enable translation or transcription to a target language. Example:

python synthalingua.py --translate --language ja
python synthalingua.py --transcribe --target_language es

--condition_on_previous_text

Helps prevent repeated or similar outputs by conditioning on previous text.


Back to Index

Clone this wiki locally