Questions tagged [speech]

Speech is the vocalized form of human communication.

There are two main categories of speech-related computer applications:

974 questions
-1
votes
1 answer

max/msp/jitter Sound - Speech segmentation/recognition/analysis

I am trying to develop a speech / sound recognition program which extracts some useful data such as sound is concerned. For instance .. fundamental frequency / MFCC / Centroid etc. Speech is usually segmented in frames of 20 to 30 ms, and the…
Ane
  • 29
  • 6
-1
votes
1 answer

MATLAB wavread N1 N2 Values

I am a newbie to MATLAB and have a question. In the MATLAB wavread function: wavread(filename, [N1 N2]); Can anyone please help me understand why the N1 & N2indices are usually chosen as 24120 & 25439 respectively for slicing the wav file? Thanks…
-1
votes
1 answer

Speaking Entered Text

I am currently creating an app where I need the app to speak what the user has entered. Example: if user entered the word cat I need the app to say cat. I am using Xcode 5. Any help will be greatly appreciated. If you understand it would be kind…
Adam Mahmoud
  • 21
  • 1
  • 6
-1
votes
1 answer

Speech Recognition semantic results

I'm currently developing a Speech Recognition application and I'm having some problems when obtaining the semantic results. Here's a small sample of my grammar:
user3019217
  • 335
  • 1
  • 5
  • 12
-1
votes
1 answer

How can I use standard built'in windows8.1's voice engines (or speech engines) on my Windows 7?

How can I use standard built'in windows8.1's voice engines (speech engines) on my Windows 7? Should I install any SDKs or manually move some files (dll files, etc) to windows 7 and use them directly?
John Wales
  • 1,265
  • 2
  • 14
  • 20
-1
votes
2 answers

Android - Pass speech to text output to another activity/process

I am developing an android app that has two parts: 1. converts speech to text and 2. manipulates the text to query a database. I have both parts working separately - what is the best way to join the activities together? To be clear, I want to take…
arun12345
  • 17
  • 5
-1
votes
1 answer

List out the Third Party Speech Recognition SDK or Library

I am developing Speech Recognition application (Audio to Text Conversion) in using C#.Net. I have tried with Microsoft SAPI 5.1 the accuracy to bad. Now i would like to go for any other third party software which would fulfill my…
-1
votes
1 answer

jsapi distinguish speaker from another one

I'm developing an application where authentication is made with the voice of a user. So it has to be possible to distinguish the users. I know MARF should me a possible SDK, but it's kind of old, so I was wondering of JSAPI can be used for this.…
user1008531
  • 491
  • 2
  • 8
  • 17
-1
votes
3 answers

Best Text-to-Speech software on Windows

I am looking for the best quality text-to-speech software on Windows. Mainly I will use to create youtube and tutorial videos. I am not sure what is the best choice out here. I found this so far: http://www.naturalreaders.com.
user1187968
  • 7,154
  • 16
  • 81
  • 152
-1
votes
1 answer

Audio Mining and speech processing

We are intending to do a project on audio mining.It basically takes input from the user and processes the data input and gives desired results(but only on numbers).We are trying to design an android application for the same.If user inputs say…
-1
votes
2 answers

Pocketsphinx Android Demo Error ndk-build on cygwin

I tried many solutions posted here in stackoverflow and some other forums and googled till I am totally frustrated. I am using Windows 8 with cygwin. I try to get the PocketSphinxAndroidDemo run, followed the tutorial…
Opiatefuchs
  • 9,800
  • 2
  • 36
  • 49
-1
votes
1 answer

How to put my speech recognition app launcher icon at call dialler in Android

I have developed a speech recognition android application. I wish to put it's launcher icon on call dialer so that user can launch it and app will record the call conversation for analysis. How to do this?
vikram
  • 83
  • 1
  • 7
-1
votes
1 answer

I can't understand why this code is not working. (C#)

I'm new with C# and to learn, I'm watching and trying exemple from the web. I saw this exemple: using System; using System.Drawing; using System.Text.RegularExpressions; using System.Windows.Forms; using System.Speech.Recognition; namespace…
Dor Aharonson
  • 143
  • 1
  • 1
  • 9
-2
votes
1 answer

Call requires API level 21 (current min is 14): android.speech.tts.TextToSpeech#speak

I want to implement Text to Speech in my Android Application But this code gives error: Call requires API level 21 (current min is 14): android.speech.tts.TextToSpeech#speak private fun speakOut(text: String){ tts!!.speak(text,…
Loser
  • 1
  • 1
-2
votes
1 answer

Calculate the percentage of accuracy with which user made the assigned sound

I want to design a web-app for my cousin who is 2 years of age in which i have implemented a functionality in which when an image is clicked some sound gets played and the user has to make the same sound which gets recorded. For eg-If i click on…
1 2 3
64
65