Questions tagged [voice-control]

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.

24 questions
0
votes
0 answers

iOS 16 breaks UILabel Voice Control

Trying to get Voice Control with a UILabel to work in iOS 16. let label = UILabel() label.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(test))) label.text = "Title Label" label.accessibilityLabel = "Title Label, tap…
Markus
  • 599
  • 1
  • 5
  • 18
0
votes
1 answer

Is there a way to control my app by "Hey MyApp!"?

I can not find any information anywhere on the net, not even in Google Documentation about controlling our self developed android app by voice without having to tap a GUI element previously. We successfully implemented voice control into our app,…
Netuddki
  • 81
  • 7
0
votes
0 answers

Adding subview to UICollectionView breaks VoiceOver and Voice Control

I’ve got a ViewController with a UICollectionView using an edge offset to lower its content on the screen, and a search bar that is added as a subview, whose frame has a negative y value so that it appears in the collection view above the…
c_booth
  • 2,185
  • 1
  • 13
  • 22
0
votes
2 answers

Using Python to control system audio i [Voice Control]

I'm writing a program to control my system volume either increase or decrease in voice command. but I don't know how and what are all the packages should to be installed? I'm using python 3.7.0 in pycharm
0
votes
0 answers

How to - write a program that runs and gives preset answers to voice commands

I was hoping someone would help me out with a good starting approach for what I think would be a simple program to write using python or another language that can handle voice commands and/or speech recognition efficiently Basically, how I…
0
votes
1 answer

iOS 13 Voice Control UIScrollView

The iOS13 Voice Control feature has a command 'Scroll Down'. This command works for UITableViews but does not seem to work for UIScrollViews with scrollable content. Is this intended? Intended or not, is there a way to enable this command to work…
Wych
  • 13
  • 3
  • 6
0
votes
4 answers

Voice Control iOS

I would like to build a simple reader app for the iPad 2 that would allow users to navigate/read via voice controls. The app would allow the user to enter a mode where the microphone was live and listened for predefined keywords like 'down', 'up',…
Marc Tanis
  • 19
  • 1
  • 4
0
votes
2 answers

Registering new voice commands from my app to iOS Voice Control engine

Does anybody know if Apple iOS API allows to add new commands to build in iOS Voice Control engine. I noticed that Voice Control can control phone application using names, nicknames from address book. It can also play music list from default iOS…
0
votes
2 answers

Is it possible to take picture using voice command in iOS app?

I created a sample application that uses custom controls to take a picture. Now I want to take a picture using a voice command (like if the user says "capture photo"). Are there any default controls or options in iOS or do we need to implement our…
vinoth87
  • 200
  • 1
  • 2
  • 16
1
2