Hello everybody! I'm trying to run SpeechApp sample application on emulator. TTS (Text-to-speech) is working good. But STT(Speech-to-text) is defunct. I receive error notification like this:
void SpeechAppSttForm::OnSpeechToTextErrorOccurred(Tizen::Uix::Speech::SpeechToTextError error)
{
if (error == SPEECH_TO_TEXT_ERROR_UNSUPPORTED_SERVICE)
{
this->SendUserEvent(REQUEST_ID_EXIT, null);
}
}
Can anybody run SpeechApp sample?
SpeechApp sample error
Edited by: Sergei Epatov on 13 5월, 2013