languageIds top-level constant

Map<String, int> const languageIds

Language id map from the model config (talker_config.codec_language_id). Ported from text_to_speech_lm/python/qwen3_tts_pipeline.py LANGUAGE_IDS.

Implementation

const Map<String, int> languageIds = {
  'chinese': 2055,
  'english': 2050,
  'german': 2053,
  'italian': 2070,
  'portuguese': 2071,
  'spanish': 2054,
  'japanese': 2058,
  'korean': 2064,
  'french': 2061,
  'russian': 2069,
};