I’m trying to use speech to text support in a real device (a Gear S2 smartwatch running Tizen 2.3.1). However, I always get error “Not supported” when I try to create the handle (I’ve used “stt_create(&stt)” as in the tutorials and I’ve added the “tizen.org/privilege/recorder” privilege to the manifest).
I’ve checked the “system_info_get_platform_bool(“tizen.org/feature/speech.recognition”, &b);” and b equals 0, so it looks like the Gear S2 doesn’t have STT support (!).
STT support on real Gear S2 (not in emulator)
Hi, people,
I’m trying to use speech to text support in a real device (a Gear S2 smartwatch running Tizen 2.3.1). However, I always get error “Not supported” when I try to create the handle (I’ve used “stt_create(&stt)” as in the tutorials and I’ve added the “tizen.org/privilege/recorder” privilege to the manifest).
I’ve checked the “system_info_get_platform_bool(“tizen.org/feature/speech.recognition”, &b);” and b equals 0, so it looks like the Gear S2 doesn’t have STT support (!).
Is it true? Or am I doing something wrong?
Thanks for your help!
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio
BY
30 Oct 2023
Tizen Studio