Questions tagged [voice]

A voice in programming may refer to voice synthesis (e.g. transforming text to speech) and voice recognition (e.g. transforming speech to text, voice commands).

A voice in programming may refer to voice synthesis (e.g. transforming text to speech) and voice recognition (e.g. transforming speech to text, voice commands).

Despite being an rather old engineering task (with some commercial products available in late 1990-s) it's still considered advanced and challenging technology and it's very far from perfection.

1122 questions
3
votes
1 answer

How to pause my application's audio/music after launching google's Voice Search (Speech Recognition)?

I made an Audio-Player and I need to pause it when the user launches google Voice Search. I just tried 2 ways, but all failed Write an receiver to receive broadcast action intent "android.speech.action.RECOGNIZE_SPEECH", but it doesn't work at all,…
Joy
  • 31
  • 3
3
votes
0 answers

How I increase Text to speech volume over other background music apps Android

I use Audio Manager to fade Text to speech voice command and Background music for a short time. I request audio focus using AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK flag. It will fade two voice out puts but not very clear. I want to increase Text to…
shanzAD
  • 55
  • 5
3
votes
1 answer

Saving the audio file when using Android's speech recognition

Is there a way to save the file that is recorded when using Android's voice/speech recognition software? I tried the alternative of both recording and using the speech recognition at the same time, but this doesn't seem to work; probably because…
Chase
  • 39
  • 3
3
votes
0 answers

Voice Assistant enable text selection in samsung devices

As per the google's accessibility support document(https://support.google.com/accessibility/android/answer/6378148?hl=en), we should use UrlSpan and local context menu to detect the clickable span in talkback mode. Samsung devices don't have…
Madhu
  • 1,780
  • 23
  • 47
3
votes
1 answer

Unable to record voice calls audio from other end in android >5.1

I am trying to make a call recording app and i am able to record audio perfectly in android versions < 5.1 but in version > 5.1 there is no voice from the other end only my voice is audible.This is the code recorder = new…
3
votes
1 answer

Send microphone voice input from Hololens to a PC

I'd like to send the microphone input voice from Hololens to a PC(Linux or Windows). It looks like I need to record my voice with Windows.Media.Capture of UWP, and then I need to send it to a PC with Windows.Networking.Sockets of UWP. But I'm not…
Rena
  • 41
  • 4
3
votes
0 answers

Android auto response with pre-recorded voice?

Is it possible to write an Android "application" that automatically (or manually on custom lock screen) responses the incoming phone call with the pre-recorded voice sound?
shkim
  • 1,173
  • 3
  • 16
  • 24
3
votes
1 answer

Prevent voice input on a web page?

I have html input[type=text] element. I want user NOT TO use voice input / voice typing (actually I need to prevent voice input provided by Android/iOS on-screen keyboard) on my input element or entire document at all. // Tryed hard to find any…
DenisFrost
  • 39
  • 5
3
votes
2 answers

voice chat over internet implementation iphone sdk

Can any one tell me how can i implement voice chat in iphone sdk . Game is used for voice chat over bluetooth .. i want my app to have voice chat option over the internet Thanks Yasir
Yasir
  • 31
  • 2
3
votes
0 answers

Android Voice Interaction

I have referred this for providing voice interaction in my app. I followed the same step but still not able to open my app using voice command for example: Find pizza in my app. As I am not able to open the App by voice command isVoiceInteraction()…
GTID
  • 538
  • 2
  • 6
  • 19
3
votes
1 answer

Need voice recognition without Google dialog box

Has anyone found a way to do perform speech recognition without displaying Google's voice recognition dialog box? Can this be suppressed during recognition, or if not, hidden from view? I would still need to be able to initiate the voice capture,…
user515608
  • 41
  • 1
  • 3
3
votes
2 answers

Voice recognition

I try to search about voice recognition in android. Almost of search result, I have only founded the voice recognition api which provided by Google. Moreover, I want to know which other api that provide for android. Because I would to use my voice…
Mojiiz
  • 7,898
  • 6
  • 26
  • 25
3
votes
0 answers

Text-to-Speech Voices on MacOS

Is there any documentation about the format Apple uses to save their Text-to-Speech voices? Is there any application that already can generate such voices? I'm guessing that most of the information is contained in the file "PCMwave", but I can't…
bot47
  • 1,458
  • 3
  • 18
  • 36
3
votes
0 answers

Improve call quality - Twilio

I'm currently using twilio trial account. Is there any functions available in twilio to improve the call quality or any paid services available to receive overall higher call quality by paying more. When I researched I found only docs related to…
Jenz
  • 8,280
  • 7
  • 44
  • 77
3
votes
1 answer

Multiple Voice Inputs on a screen

I have an activity here. When the user touches the layout to the activity, I want the app to ask the user to give five pieces of information. In order to accomplish this, a series of five voice input prompts come up. Below, I have the code for…
sjgandhi2312
  • 155
  • 1
  • 2
  • 10