Top "Speech" questions

Speech is the vocalized form of human communication.

How to split male and female voices from an audio file(in c++ or java)

I want to differentiate betwen the male n female voices in an audio file and seperate them.As an output …

audio speech-recognition speech
How to install and use additional voices in SpeechSynthesizer()?

I need to use male voice in SpeechSynthesizer in addition to default Anna voice. I installed some files from Microsoft, …

.net text-to-speech speech
(Swift) Initializer for conditional binding must have Optional type, not 'AVAudioInputNode'

I am trying to create a speech to text function and I am getting the error: Initializer for conditional binding …

xcode conditional optional speech avaudioengine
Google Speech Recognition API: timestamp for each word?

It's possible to use Google's Speech recognition API to get a transcription for an audio file (WAV, MP3, etc.) by …

audio speech-recognition speech-to-text speech google-speech-api
SpeechRecognizer throws onError on the first listening

In the Android 5 I faced with strange problem. The first call to the startListening of SpeechRecognizer results to the onError …

android speech-recognition speech
Add another voice into .NET Speech

How can I add another voice into .NET Speech? I'd like to use Czech voice. I've found some *.sis files …

c# .net winforms speech
Speech to Text API or SDK for Mobile (Cross-Platform)

What are the best currently supported speech or text API or SDK for mobile (multiple platforms: Android, iOS, etc) There …

android ios speech-recognition speech speech-to-text
Speech streaming over Wifi

I have been trying to stream speech( May extend to audio) at 16Khz over the wifi HTTP TCP/IP. I …

audio lua embedded wifi speech
Matlab: Finding dominant frequencies in a frame of audio data

I am pretty new to Matlab and I am trying to write a simple frequency based speech detection algorithm. The …

matlab speech frequency-analysis audio-analysis