SpeechApp sample error

SpeechApp sample error

BY 14 May 2013 Native Application Development
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?
Written by