Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample App SpeechToText #363

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FerasIHamam
Copy link

SpeechToText

SpeechToText is a sample application which demonstrates how to record and recognize
sound data using Tizen STT API in NUI.

SpeechToText is mainly designed for Tizen Mobile profile.

@dongsug-song
Copy link
Contributor

@FerasIHamam
Hello,
thank you for your code submit, but I have tested locally built App and I got the error in the TM1 mobile target.
=> "something went wrong please try again" pop up was shown when recording icon was clicked
is it normal? could you check this?

@FerasHamam
Copy link

Hello @dongsug-song ,

When you press the Recording button and a pop-up appears, it could indicate either the STT (Speech to Text) model is not available on the device, or the model cannot switch from the "created" state to the "ready" state.
For further information, please refer to the STT documentation .
It seems this issue, where the model cannot switch states, is a common problem, as seen in the Xamarin STT app as well. It is probably caused by the STT model.

@FerasIHamam Hello, thank you for your code submit, but I have tested locally built App and I got the error in the TM1 mobile target. => "something went wrong please try again" pop up was shown when recording icon was clicked is it normal? could you check this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants