Viewing 3 reply threads
  • Author
    Posts
    • #8490
      Jérome Jaune
      Participant

      Bonjour je suis nouveau et cela fait un moment que je bloque sur cette erreur :
      AttributeError: org.myrobotlab.service.Speech object has no attribute speak

      Voici mon code

      from org.myrobotlab.service import Speech
      mouth = Runtime.createAndStart(“mouth”,”Speech”)
      mouth.speak(“hello”)

      J’avoue que la tête d’Inmoov sans pouvoir parler c’est moyen

      Merci de votre temps

    • #8492
      anthony
      Moderator

      Coucou et bienvenue, voila qq chose qui pourrait t’aider :

      mouth = Runtime.createAndStart(“mouth”, “MarySpeech”)
      mouth.speakBlocking(u”hello mister jérome”)

    • #8493
      Jérome Jaune
      Participant

      Je viens encore de passer ma soirée à essayer de faire marcher la voix mais rien toujours la même erreur, par contre la reconnaissance vocale marche….Bizarre

      Ah j’essai de suite merci beaucoup

      • This reply was modified 6 years, 10 months ago by Jérome Jaune.
    • #8495
      Jérome Jaune
      Participant

      mouth = Runtime.createAndStart(“mouth”,”MarySpeech”)

      mouth.speak(“Hello everyone and Jerome”)

      Merci beaucoup Anthony j’ai essayé ça et ça marche !! Merci beaucoup

      Passe le bonjour à Rachel. 🙂

      • This reply was modified 6 years, 10 months ago by Jérome Jaune.
Viewing 3 reply threads
  • You must be logged in to reply to this topic.