module mokadi.mokadi_speak

Short summary

module botadi.mokadi.mokadi_speak

Synthetize voice.

source on GitHub

Functions

function

truncated documentation

speak

Text to speech.

Documentation

Synthetize voice.

source on GitHub

botadi.mokadi.mokadi_speak.speak(text, lang='fr-FR', voice='', filename=None)

Text to speech.

Parameters
  • text – text to speak

  • lang – language

  • voice – voice name

  • filename – filename (to save the results)

See SpeechSynthesizer.

source on GitHub