robotemi / sdk

temi is an unparalleled robotic platform introducing a new dimension of development - movement. Using temi’s SDK, developers can create new functionalities and introduce new use cases via temi’s Android tablet. temi’s movement and navigation capabilities run off of it's Linux computer and uses a set of 16 sensors including a Lidar, depth cameras, driving cameras, and microphones. We encourage our developer community to suggest and request expanded functionality within the SDK and we will adhere to your needs. We want to enable you to create skills like never seen before! We will be constantly improving the SDK and its documentation. Please feel free to reach out to us with any questions or thoughts at developers@robotemi.com
https://www.robotemi.com/
203 stars 87 forks source link

Temi STT problem #279

Open SorcererTimz opened 2 years ago

SorcererTimz commented 2 years ago

Can Temi use ASR input word to app?

lcgao commented 2 years ago

Hi, you mean ASR input method or just want to get the ASR result after waking up temi in your App?

zjn0505 commented 2 years ago

ASR as voice input, right?

zjn0505 commented 2 years ago

It can be achieved but not easily, as ASR is part of voice interaction in current design. You will need to manipulate the voice flow inside your app to use ASR as voice input, including

I think we don't have dynamic control over conversation layer and NLP overriding yet if user finish voice input and continue with regular voice interaction.

SorcererTimz commented 2 years ago

Hi, you mean ASR input method or just want to get the ASR result after waking up temi in your App?

Yes i want to use Temi ASR as a input method

SorcererTimz commented 2 years ago

OR is there Temi able to call the google Text to speech API as a input method?

yausum commented 2 years ago

I think he would like to know, can he enable a speak to text function by using the Temi SDK? Since he want to tailor made an application on Temi, with a speak to text feature. So that when user trying to use his application on Temi, they don't have to type the words anymore.