1

I am building a voice search feature for my OTT application. However I can't find any API that Tizen TV SDK exposes me to be able to listen to the user's voice from the magic remote. I tried a voice search on the Youtube app and it worked.

Please help me know how this voice search flow works!

(My app is building on Reactjs. On smart TV, users can only use the remote control to speak).

Thank all!

PhatNH
  • 11
  • 2

1 Answers1

0

After a quick search on Tizen Web API reference, I found this APIs which seem to be similar to your needs - VoiceControl API. I am not sure how it works with the remote controller you've mentioned, but I think that checking this API could be a good place to start with.

15kokos
  • 575
  • 2
  • 8
  • Thank you. However that API only supports implementing a list of commands and then listening if the user says the correct command then the TV will execute the function assigned to that statement. It is not Voice Recognition. I have contacted samsung support team regarding this issue. They answered Voice Search API is private so I got the solution to have that api. – PhatNH Sep 14 '22 at 10:07