Questions tagged [speech]

Speech is the vocalized form of human communication.

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

974 questions
-2
votes
1 answer

How to integrate Microsoft cognitive speech service in android studio?

I want to use Microsoft cognitive speech API in my application. Can anyone describe the steps to use the API in android studio?
Clary
  • 1
-2
votes
1 answer

Speech to Text SWIFT

I have the following code: func createStringFromAudio () { SFSpeechRecognizer.requestAuthorization {_ in DispatchQueue.main.async { switch SFSpeechRecognizer.authorizationStatus() { case .authorized : …
Mason Ballowe
  • 1,847
  • 2
  • 12
  • 23
-2
votes
1 answer

I want to run lip sync and speech parallel in c# WPF

I am working on a virtual assistant and having difficulty in parallel running speech(audio) using the library Speech.Synthesis and the lip sync. How am I doing lipsync? I have an image wpf control and a database of images, in which there are a lot…
inambaig
  • 1
  • 1
-2
votes
1 answer

Speech only first time

I am interested in speech recognition in Android but I can't do it: it is not continuous. If you stop speaking, it doesn't continue, and you have to click on the button again. I do not want this behaviour.. Does anybody have any suggestions as to…
NeverMind
  • 21
  • 2
-2
votes
2 answers

Find each word in audio files

I have watches a way of doing this with audacity by using sound finder option. But since audacity is only gui it cannot be used with terminal commands. So is there a program that does the same work but in command interface like sox for example.
nstanchev
  • 63
  • 7
-2
votes
1 answer

Looking for a speaker diarization library that can be installed on mac

I have tried to install the following libraries/toolkits and all have given build errors on mac running mavericks: (1) ALIZE (2) bob.spear (3) SHoUT (4) spkr_diar_ib_rel I have additionally spent time using LIUM and voiceid, and they do not work…
randomcastle
  • 111
  • 1
  • 11
-2
votes
1 answer

How to compare two voices in Android?

I want to compare two voices(Names) in my App. Can I use Speech to Text api for it? The idea is to first convert them to text and then compare. Has anybody have tried it? If yes how accurate is it?
Toral
  • 551
  • 1
  • 5
  • 13
-3
votes
0 answers

Need good open-source Text-to-speech model

I tried a couple of different websites and libraries. Also found this topic from 3.5 years ago - https://ai.stackexchange.com/questions/11220/what-are-the-current-open-source-text-to-audio-libraries It looks like nobody published anything in the…
-3
votes
0 answers

I want to create own language package

I want to create new language(Turkish) package for c# speech recognizer, but IDK how to create a language package. Can you let me know how to create a new language pack for speech recognizer? I need to know create a language packe for my dream
-3
votes
2 answers

What does not work here ? C# UWP SPEECH

I have simply code here: using System; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using System.Diagnostics; namespace Zad3 { public sealed partial class MainPage : Page { public MainPage() { …
toja6755
  • 23
  • 7
-3
votes
2 answers

Adding speech to text functionality to iOS app

I am going to create an iOS app (with Swift) with feature of converting speech into text and display that text in a Label. Can anyone please tell me can I implement the feature of converting speech into text and display it in a Label?
Pravin S.
  • 465
  • 7
  • 22
-3
votes
1 answer

How to include variables in a string?

I'm doing some coursework and I need to determine a character's name. This is what I have so far: charOne=input("Please input your first character's name: ") charTwo=input("Please input your second character's name: ") So the user inputs the names,…
-3
votes
3 answers

Auto Speech Recognizer with pre trained dataset

I want to have an Auto Speech Recognizer with the trained platform i.e. voice mods. for eg:- i have two words very similar in saying so the system must listen to the compplete word and in any dilax and verify it and give the output. How to do it. I…
-4
votes
1 answer

Final Year Project - Title Suggestions

I'm a Computer Science student and have to complete my final year project. I am looking for title suggestions as this actually seems to be the most complicated aspect of the whole project. Basically, my project is: Developing an algorithm that…
Phorce
  • 2,632
  • 13
  • 43
  • 76
1 2 3
64
65