Synthesize Speech Yandex#

Synthesizes speech from the specified text.

Supported formats:

  • mp3;
  • ogg;
  • wav.
Text[Text] The text to be synthesized. TTS markup can be used in the text.
Voice and LanguageSelection of voice and language for speech synthesis.
Audio File

[Text] The name and path to the file where the result will be saved.

Supported formats:

  • mp3;
  • wav;
  • ogg.

If not specified, a temporary file in mp3 format will be created.

Result[Text] The name and path to the created file.
Error Handling Level

Selection of the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Selection of the message level that the blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Message[Text] Returns detailed information about the error in case of incorrect execution of the block.