Can I activate the function of the app I made using Samsung S Voice?

Asked 2 years ago, Updated 2 years ago, 20 views

For example, in the case of an alarm, if you say "Set the alarm at 11:30," it will be set.

For example, if the app I made is an app that turns on and off the TV,

If you say "Turn off the TV", I'll turn off the TV. Is it possible?

Please give me an ㅜ<

android

2022-09-22 08:38

2 Answers

The S Voice feature cannot be used in third-party apps because the S Voice API does not exist. Therefore, it seems impossible to create the function you mentioned. I put up a link to the Samsung developer site.


2022-09-22 08:38

You can use Google's SpeechReconizer class to make that work.

https://developer.android.com/reference/android/speech/SpeechRecognizer.html Please refer to it


2022-09-22 08:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.