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
4
votes
2 answers

android: media recorder : start failed: -38

Brief: How to check if voice recording is already running in background in some other app. Detail: if voice recording is already running in background from native app: Voice recorder. Now I have implemented voice recording as one of feature in my…
parul
  • 363
  • 1
  • 6
  • 16
4
votes
1 answer

Voice Chat Options

I am trying to implement a Voice chat on my website. I am currently using XMPP / Openfire for IM Chat and would like to incorporate a "Chatroom" option where up to (25 to 50 or more if possible) people can join and voice chat with each other. I was…
Corey
  • 815
  • 3
  • 13
  • 21
4
votes
2 answers

Jelly Bean Google Voice text-to-speech API?

Is there a way I can use the text-to-speech from the new Google Voice? In Jelly Bean the pronunciation is really smooth so I was thinking may be there is some kind of API for access to that service? Thanks!
user1305056
4
votes
1 answer

Get Dictation Input on iOS 5.1 without pulling up keyboard

I would like to use the voice dictation feature found on the new iPad. I am hoping that there is a way to just have a button that starts capturing voice without having the use the microphone button on the keyboard. In other words, I don't want to…
Barlow Tucker
  • 6,229
  • 3
  • 36
  • 42
3
votes
1 answer

Pass context to a voice search

During a search you can pass some data to search manager by using the APP_DATA bundle. This mechanism works great for normal search, but how can you do the same for a voice search and get back some context information when he voice search returns ?
Snicolas
  • 37,840
  • 15
  • 114
  • 173
3
votes
3 answers

Format of sound/image files to be used in Android Apps

While developing an Android app what format of sound/image should i should be using so that i can control the overall size of the app after completion.
user1220523
  • 31
  • 1
  • 2
3
votes
0 answers

How to develop web based voice chat app in C#

I'm looking for a set of library in C# that could help me develop a web based voice chat app. I would prefer to avoid using Flash or Silverlight if i can. From searching the internet i found WebRTC, libjingle, FreeSwitch, Asterisk could possibly…
Rey Rahadian
  • 435
  • 3
  • 11
3
votes
1 answer

Voice generating program for my game

I created an android game using gl. I want to create a story mode for the game. In the story mode obviously there is a story.. I don't want to use my voice to narrate the story and the characters' voices and I don't want to get someone speak…
Baruch
  • 1,618
  • 5
  • 23
  • 42
3
votes
1 answer

Google::Voice perl module not working now

I was using Google::Voice perl module (version 0.03) to automatically login to google voice and send sms. So far it was working fine. From past say, 2 weeks it stopped working. The related modules and their versions are given below. IO::Socket::SSL…
Raj
  • 31
  • 3
3
votes
2 answers

pyttsx3: can't set specified language

Show all available voice in pyttsx3: import pyttsx3 engine = pyttsx3.init() voices = engine.getProperty('voices') voices[-2].id 'Mandarin' I want to play a Chinese string with Mandarin import pyttsx3 engine = pyttsx3.init() voices =…
showkey
  • 482
  • 42
  • 140
  • 295
3
votes
1 answer

Problem in Pocketsphinx demo on Android

I try to download and run the offline voice recognization demo from this link - http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/ . I m successfully install and run this demo project on device, but when i push and hold the…
Smeet
  • 4,036
  • 1
  • 36
  • 47
3
votes
1 answer

React-native-voice-changer works with IOS?

I want to use the react-native-voice-changer package for my application, but when I looked at the files, it did not contain the IOS directory. Since there is no information about it, could someone tell me if it is possible to use it for IOS?
3
votes
2 answers

Is there a way to record audio with React native and store it as a wave file?

when the user clicks the button, The app should start listening the audio and stop the recording when the user is silent(say for 20 seconds after silence) , now store that audio file in a wave format(eg: test.wav) in react native ?
3
votes
2 answers

Video and Voice chat operability in Python

I'm trying to find resources on video and voice chat operability in Python... Does anybody know of some good resources or sample projects? Any help would really be appreciated!
Chris
  • 9,209
  • 16
  • 58
  • 74
3
votes
2 answers

Installed Text-To-Speech Voices Not Showing Up in System.Speech Options, Windows 10 Powershell

I am using the System.Speech object in Windows 10 Powershell for a Text to Speech project, and I am trying to install new voices. I installed new system voices by following these instructions: On any edition of Windows 10, click Start > Settings,…