Top "Voice" questions

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).

android mediaRecorder.setAudioSource failed

I have android G1 firmware 1.6, I am trying to record voice from the app with the follow code. MediaRecorder recorder = …

android media-player voice gfx
What are language codes in Chrome's implementation of the HTML5 speech recognition API?

Chrome implemented the HTML5 speech recognition API. Many languages are supported. I wanna know which languages are supported and each …

html google-chrome speech-recognition voice voice-recognition
How to Record Voice in android?

I am trying to record the voice in android But it will create the .mp3 file on the path (sdcard/…

android voice recording
Change voice during phone call android

I want to make an android application that allow user change the voice during phone call. For example: You are …

android voice phone-call
Reading and processing WAV file data in C/C++

I'm currently doing a very very important school project. I need to extract the information of a WAVE file in …

c++ c voice voice-recognition
Streaming voice between Android Phones over WiFi

I'm trying to stream audio from the mic from 1 Android to another over WiFi. After looking at some examples I …

android audio stream voice
How to programmatically use iOS voice synthesizers? (text to speech)

iOS devices have embedded voice synthesizers for Accessibility's VoiceOver feature. Is there a way you can use these synthesizers programmatically …

ios accessibility voice audio
C++ Speech recognition API

I am seeking for a C++ speech recognition/voice recognition API. I have gone through few, including VOCE and pocketphenix. …

c++ artificial-intelligence speech-recognition voice voice-recognition
Voice recognition on android with recorded sound clip?

I've used the voice recognition feature on Android and I love it. It's one of my customers' most praised features. …

android speech-recognition voice voice-recognition
Getting the list of voices in speechSynthesis (Web Speech API)

Following HTML shows empty array in console on first click: <!DOCTYPE html> <html> <head> &…

dom-events voice speech-synthesis webspeech-api