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

how to generate voice with C# without tts (Speech synthesis)?

Is it possible to create voice with C# without using tts (Speech synthesis)? I tried all kinds of things and i could just make a beep sound. i need an example of generate a single letter or word.
Dany Maor
  • 2,391
  • 2
  • 18
  • 26
-3
votes
1 answer

How can I install PyAudio in Mac M1

I am trying to install PyAudio in my MacBook Air M1 for a while, tried all the possible ways to my knowledge and read the compleate official documentaion even i cant find the solution xcode-select --install brew remove portaudio brew install…
-3
votes
1 answer

Android Studio - Voice search - Crashing on saying number 2 and 4

I have an activity that has voice function. which lets you say 4 words and these words are added into an array. I am want only the second and the last word. I am converting the second word into a string and the last word into an int (last word is…
chris john
  • 19
  • 7
-3
votes
1 answer

How to switch to another view controller using voice control

I want to know to code on how to speak a specific wording using voice recogniser, then it will automatically switch to the other view controllers when it recognises the keywords.
-3
votes
1 answer

Record and send voice

im a new programmer android and i want make an app that users can record the voice and send that then the voice save on my host. for example in Telegram app you can record voice and send that.what shall i do?
-3
votes
1 answer

Why is there a segmentation fault in the code below

First we are reading from the files and forming arrays, then we are calculating hanning window(hanning fn) for each array sample , finally we are multiplying(mul fn) the array and the hanning window to form the array final. #include…
Apurva
  • 1
-3
votes
2 answers

Speech to text on emulator

I am developing an app that converts speech to text, however, it appears that the Emulator doesn't have a microphone feature from what I researched on the forums. I have android phone, and can run it on the phone phone. But is there any way to get…
g1904
  • 1
  • 2
-3
votes
1 answer

Java API for speech to text conversion

For developing an desktop based app, I am looking for speech to text conversion third party lib in Java. (open source will be preferred) Anybody aware of such API which will be flexible and extendable?
NikhilK
  • 181
  • 2
  • 12
-5
votes
1 answer

Animation like Siri when you speak

I would like to know if there is a way to do an animation like Siri when you speak. Can you tell me if you know a way to do this in C#.
FlorianSL
  • 89
  • 1
  • 9
-6
votes
1 answer

Voice Effects Ios SDK

Tell me, are there any libraries that Ios SDK, with which you can add effects to the voice. That is necessary to make the voice of a speaker. that is something that is said in mokrofon, add effects horn and transmitted to the headphones (speaker)
ashenemy
  • 11
  • 1
  • 5
-6
votes
1 answer

IOS/iPhone - Button launches Camera or Voice Memo

I just need a code when I click on the button it closes my app and launches the Camera or Voice Memo app. Code for both would be helpful. Code I was using: NSString *stringURL = @"videos:"; NSURL *url = [NSURL…
MichaelD
  • 31
  • 1
  • 6
1 2 3
74
75