This feature gives your voice the full control over your computer or device and affords individuals with motor impairments to autonomously navigate their computer or device.
Questions tagged [voice-control]
24 questions
6
votes
2 answers
How can I control my application with built-in voice control?
Let's say I develop audio player for iPod Touch 4/iPhone. Currently it can be controlled with standard panel (double click Home and scroll left).
But how can I control that with built-in voice control (long click on Home)?

LA_
- 19,823
- 58
- 172
- 308
5
votes
2 answers
iOS 13: How to detect "Voice Control" is running
Is there an API similar to UIAccessibility.isVoiceOverRunning to detect whether or not Voice Control is running in iOS 13? I am unable to find anything for this in the current beta docs.
Voice Control:…

nickromano
- 918
- 8
- 16
5
votes
2 answers
How to trigger iOS app to start recognizing the voice command offline?
iOS app connects to the intranet and controls other hardware. This hardware is used for the surgery of patients. As mostly on surgery it's tough to use the iOS app by finger and voice commands look better option out there.
I had gone through the…

Dipesh Pokhrel
- 386
- 5
- 20
4
votes
2 answers
Accessibility of Image in Button in ToolbarItem
I am adding accessibility into my SwiftUI app, until I encountered a problem when adding an accessibilityLabel(_:) to a Button in a ToolbarItem. Here is some sample code:
struct ContentView: View {
var body: some View {
…

George
- 25,988
- 10
- 79
- 133
4
votes
0 answers
IOS efficient wake word method
I used the speech recognition framework to implement wake word in my app, but it turns out that it's a high battery impact solution, because it is always listening to the mic input.
I tried looking for some external providers for this task like…

TamaraShlomov
- 57
- 1
2
votes
1 answer
iOS 13 Voice Control Accessibility Feature - is there a way to do more custom actions (rather than just linking to accessibility labels)?
The new Voice Control API is super cool, it's the one where you can speak to your iOS device and perform actions. (Video from Apple)
My only gripe is that finding information on it is kinda difficult. I don't see any WWDC videos out there on it, and…

christianselig
- 405
- 4
- 17
2
votes
2 answers
Voice Command without Pressing a Button on iOS
Currently, I am working on developing the iOS App that triggers an event upon voice command.
I saw a camera app, where a user says "start recording," then the camera starts to the recording mode.
This is an in-app voice control capability, so I am…

Erika Ishikawa
- 21
- 1
- 2
1
vote
2 answers
How to implement continuous voice recognition?
I'm making an application that helps people by calling the police when they say "Help". However, I'm currently having a problem with the continuous voice recognition.
I tried to use the voice recognizer in Android Studio but i don't know how to make…
1
vote
0 answers
How to check if the words from voice search are contained in array
I'm a newbie in learning JS and have been stuck for five days now trying to solve this problem.
I want to be able to play the song that in its title includes the words said by User with Voice search .
For now I have response 'Playing ... song',…

Awy McWar
- 7
- 2
1
vote
2 answers
How to connect custom mobile app to esp32?
I’d like to build a robot car based on esp32 board that would operate in two modes:
basic remote control with buttons
voice control
Ideally, I want to do that through a mobile application (mobile app framework, whether it’s via Bluetooth/WiFi…

MRTX29
- 11
- 2
1
vote
0 answers
How to change the Google Assistant command parameters at run time when we have hard-coded values in an array?
I have an array set in array.xml which are the possible commands:
- completed
- completed tasks
- finished
- finished…

Wiji KhaN
- 11
- 1
1
vote
0 answers
EditActionsForRowAt is not getting called properly when voice control is enabled
If voice control is on, in addition to swipe the cell, EditActionsForRowAt will be called as well when we scroll the tableview or load the cell. And If I scroll table view fast, it will crash on the EditActionsForRowAt delegate function with the…

ShawnLiiii
- 11
- 2
1
vote
0 answers
How can I use Voice Control on Tizen Wearable Web Application?
I'm trying to implement Voice Control into my app.
I followed this guide on the Tizen Docs.
I fixed some syntax errors in the guide's code, but it still didn't work. I don't get any errors, but the results don't show up.
Any help would be…

Andrej
- 2,743
- 2
- 11
- 28
1
vote
1 answer
iOS 13 Accessibility voice control function
Is the iOS 13 accessibility voice control function source code or a related API open for use by developers?
I want to write some like this:
Accessibility voice control use screen tab number to click

John Liu
- 25
- 5
0
votes
0 answers
Is it possible to import . voicecontrolcommands file through my app?
[enter image description here](https://i.stack.imgur.com/z7X5X.jpg)
The task is that I need to add a custom voice command to the user's phone (calling it will emulate a tap on the phone screen in certain areas), the user himself can add such…