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
-1
votes
1 answer

Adding caller voice in mp3 format in database

I want to make an android application which store the voice of caller in database can anybody tell me how to proceed ?
Veeru Sharma
  • 35
  • 1
  • 5
-1
votes
1 answer

Display a graph of wav file c#

I need to display a graph of a wav file in C#, where you can see the actual frequencies of the voice in the file while the file is being played. in C#. Any ideas? thanks, Ofek
Ofek Agmon
  • 5,040
  • 14
  • 57
  • 101
-1
votes
1 answer

Voice output on navigation

Any ideas on how to incorporate a voice output into the map to give a turn by turn direction on a smartphone. We are using Mapkit and Cloudmade
-1
votes
1 answer

I can't understand why this code is not working. (C#)

I'm new with C# and to learn, I'm watching and trying exemple from the web. I saw this exemple: using System; using System.Drawing; using System.Text.RegularExpressions; using System.Windows.Forms; using System.Speech.Recognition; namespace…
Dor Aharonson
  • 143
  • 1
  • 1
  • 9
-2
votes
1 answer

Get recipient voice during call for AI callbot

I am working on the callbot. What i need is to get the Realtime recipient's response (not complete call recording) I am using Twilio for call. Is there any way to get the Realtime response of recipient. Example Bot: Hello Recipient: Hello Who is…
-2
votes
1 answer

python voice signature identification?

I'm working on a system that locks several parts in my computer and opens them ONLY using my voice saying specific words (in python). I've already made the system that locks parts in my computer until you give it password but I want to change it to…
Eyal B
  • 6
  • 1
-2
votes
1 answer

How i replace voice to each edittext

You see the 2 edittext so I think that when the cursor available on EditText I will make content in that EditText so how can implement this. see image below.
Win Vr
  • 11
  • 1
-2
votes
1 answer

windows automation and voice control using wake word

I want to use a "wake word" with my windows 10 computer, instead of a hotkey, to run a custom windows automation command. How can I setup windows to use a "wake word" and then run a custom command? (Also how can I easily make a windows automation…
-2
votes
1 answer

Google voice recognition without popup in android studio

Job: I wanna an app like "When I call the method it'll start voice recognizer and gives the result of voice recognition Problem: Voice recognizer is starting when I call the method but it's not giving the result of voice recognition instantly. It's…
-2
votes
1 answer

Service which continuously runs in the background

I want to develop a voice application which has to respond when the user speaks some commands. I think I need a service to accomplish my task.But I have learnt from several resources that a service cannot run for a long time.The android system…
-2
votes
1 answer

Implementing my own voice in a chatbot

I would like to have my own voice respond to me true a chatbot. I have found a lot of tutorials on chatbot's. just non of them tell me how to intergrade my own voice. Someone with tips?
Loef
  • 5
  • 2
-2
votes
1 answer

Google Voice Recognition Android onActivityResult

In my google voice recognition, I'm trying to add commands. The commands should be in this piece of code: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { if (requestCode == REQUEST_CODE && resultCode ==…
yup
  • 1
-2
votes
2 answers

Voice command using asp.net c# (no win-form please)

I want to use voice activated commands on my website. I have already implemented it on win forms using System.Speech.Recognition. However can't manage to use it on web application. Example code snippet would be appreciated. Can I use it with web…
-2
votes
2 answers

Simulate someone's voice

I'm gonna create a game for mobile devices with Unity Engine which is like "Tom Talking Cat" game but with some differences. In face, I'm not gonna just do some effects on user voice. I want to simulate someone's voice. Actually I want to make user…
Mahdi
  • 73
  • 1
  • 7
-2
votes
1 answer

Hide Google Voice recognition

I'm using Google Voice recognition and would like to hide the popup with Google and the mic that is being shown.. This is my code: Intent intent = new Intent( RecognizerIntent.ACTION_RECOGNIZE_SPEECH); …
Made by FA
  • 710
  • 2
  • 7
  • 27
1 2 3
74
75