Coder Social home page Coder Social logo

Cancel a TtsRequest about sdk HOT 3 CLOSED

robotemi avatar robotemi commented on August 22, 2024
Cancel a TtsRequest

from sdk.

Comments (3)

ramisaban1 avatar ramisaban1 commented on August 22, 2024

You can cancel a running TtsRequest by calling the Robot.getInstance().cancelAllTtsRequests() method.

Please let me know if this solved your question.

from sdk.

lcarnevale avatar lcarnevale commented on August 22, 2024

Hello @ramisaban1 ,

I successfully tried out the cancelAllTtsRequests method.

In addition, I have found out another solution at this issue. Even if it is not the proper way, I would like to share it here.
While a TtsRequest is raised up, another one with a white space (" ") executes a silent speech, overwriting the existing one.

fun speak() {
  val ttsRequest = TtsRequest.create(" ", false)
  robot.speak(ttsRequest)
}

Best,
Lorenzo.

from sdk.

ramisaban1 avatar ramisaban1 commented on August 22, 2024

Thank you, Lorenzo.

Best,
Rami

from sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.