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

Android Recognize voice of 2 people differently

I want to develop an android app. One feature of the app is recognize 2 people's voice. It will be kike this - when the app will open, 2 people will talk in front of it. App will detect 2 persons speaking and will calculate how much % (let 2 persons…
Abrar Jahin
  • 13,970
  • 24
  • 112
  • 161
6
votes
3 answers

Speech Synthesis - Creating Custom Voices

Is it possible, programatically, to take someone's voice sample and produce a unique tone/property that could be used to create a synthesised speech? For example, person A records himself. A unique tone is produced from this voice sample, and is…
Travier
  • 205
  • 2
  • 9
6
votes
3 answers

Continues Speech Recognition beep sound after Google Search update

I have an app that keeps on listening to voice and converting it to commands using Google Voice API. I have been using setStreamMute(AudioManager.STREAM_SYSTEM, true) to mute the beep and it worked until a couple of days ago before "Google Search"…
duduhayo
  • 95
  • 1
  • 1
  • 9
6
votes
7 answers

Analyze "whistle" sound for pitch/note

I am trying to build a system that will be able to process a record of someone whistling and output notes. Can anyone recommend an open-source platform which I can use as the base for the note/pitch recognition and analysis of wave files ? Thanks…
Boris
  • 3,163
  • 5
  • 37
  • 46
6
votes
1 answer

IVR development

I need to build an IVR application (possibly 10 Phone lines). I am entirely new to this domain and am familiar with some concepts, Can someone please provide me with some links/advice on how I can go about building the IVR system? Also, I need to…
Mponnada
  • 263
  • 5
  • 18
6
votes
6 answers

I have a .mp3 file. How can I seperate the human voice from the rest of the sound in C?

Is it even possible in C [I know it is possible in general -GOM player does it]? just let me get started... What do you say? How exactly do you identify human voice distinguished from other sounds?
Lazer
  • 90,700
  • 113
  • 281
  • 364
6
votes
2 answers

Voice navigation possible in google map api?

How to I activate voice based directions using google map api v3? I already implemented the maps which give directions from start to end points. But now I want to hear the name of my current location . Please help ? I have it implemented in ios…
6
votes
1 answer

Android compare two sounds for phonetic matching

How can I compare two sounds for phonetic matching in android/Java? Basically it's something simillar to voice recognition/text to speech, but Voice Recognition isn't available for my language. My application looks like this: I have 10 persons…
Gregor
  • 275
  • 1
  • 7
  • 19
6
votes
0 answers

How to record only human voice and avoid bg noise using AVAudioRecorder

I'm making a iOS app like Talking Tom and unable to record only human voice. It gets so much background noise along with the human voice and hence its not, accurate like Talking Tom. I wonder there must some record settings be present to use with…
Ravindra Kumar
  • 141
  • 1
  • 3
5
votes
3 answers

Record audio to NSData

I have set up a TCP connection between two iPhones and I am able to send NSData packages between the two. I would like to talk into the microphone and get the recording as an NSData object and send this to the other iPhone. I have successfulyl used…
simonbs
  • 7,932
  • 13
  • 69
  • 115
5
votes
0 answers

Automatic loading of voices for AVSpeech​Synthesizer

Is it possible to auto-load a new speech synthesis voice within an iOS app? Several high-quality "enhanced" voices are available for download in Settings > Accessibility > Spoken Content > Voices > English. I would like to make use of one of the…
Anton
  • 2,512
  • 2
  • 20
  • 36
5
votes
2 answers

Is there any library in C# that change human voice timbre

I'm searching for library that change timbre of human voice. I want to make small changes like: change deep male voice to little bit higher (something like change bass to tenor). I think that changing voice in wider range - changing male voice to…
Marek Kwiendacz
  • 9,524
  • 14
  • 48
  • 72
5
votes
1 answer

How does Google Assistant's integration with IFTTT work?

I mean, from a technical perspective. How does the assistant know that it should send the request to IFTTT servers? When I created my own actions on Google Assistant I used the actions SDK and uploaded a manifest file into my account. This manifest…
5
votes
1 answer

Cannot hear twilio voice call on bluetooth speaker issue in android

All app audios mp3 and .wav files are playing well on bluetooth speaker. But when I place an outgoing call using twilio, the voice call cannot hear on bluetooth speaker.
5
votes
1 answer

Python | librosa: how to extract human voice from an audio wav file?

Given a wav file (mono 16KHz sampling rate) of an audio recording of a human talking, is there a way to extract just the voice, thereby filtering out most mechanical and background noise? I'm trying to use librosa package in Python 3.6 for this, but…
Oleg Melnikov
  • 3,080
  • 3
  • 34
  • 65