About 64,200 results
Open links in new tab
  1. How to convert speech to text in java? - Stack Overflow

    Nov 27, 2010 · Can anyone share some code snippet used to convert Speech to text in Java.

  2. How to convert live real time audio from mic to text?

    Jul 30, 2019 · I need to build a speech to text converter using Python and Google speech to text API. I want to do this real-time as in this example link. So far I have tried following code: import …

  3. c# - Voice/Speech to text - Stack Overflow

    Aug 9, 2012 · I need an API or library (preferably free) that will convert voice/speech through a microphone, into text (string). Additionally, I will need an API or library that can do text-to …

  4. c# - How to convert speech to text? - Stack Overflow

    Mar 7, 2018 · I am trying to develop the following functionality. The first task to convert text to voice - DONE The second task to convert voice to text - Getting issue The third task to …

  5. How to convert text string to speech sound - Stack Overflow

    Mar 13, 2013 · I am looking for a way to convert text (string) in ENG to speech (sound) in c#. do anyone know for a way or some open-source lib that can help me with this task?

  6. Speech To text In Visual Basic - Stack Overflow

    Jul 1, 2013 · I have the code for speech to text written in Visual Basic, but it recognizes only first word or sentence spoken, then it stops recognizing. I want it to keep listening. How can I do …

  7. c# - Convert audio to text - Stack Overflow

    Oct 18, 2010 · You can use SoX (the Swiss Army knife of sound processing programs) to convert audio file to text file with numeric values corresponding to sound frequency/volume.

  8. C++ API for "Text To speech" and "Voice to Text" - Stack Overflow

    Nov 9, 2016 · 1 if you develop on Windows you can use MS Speech API which allow you to perform Voice Recognition (ASR) and Text-to-Speech (TTS). You can find some examples on …

  9. .net - Speech To Text using C# - Stack Overflow

    Jul 4, 2011 · I am trying to design a text editor using C# language and implement voice recognition for the normal file features. Is this possible to implement? Are there ways to …

  10. android - Speech to Text from own sound file - Stack Overflow

    Mar 20, 2017 · 16 As you probably know, implementing speech-to-text is pretty easy with the Android API. All you have to do is just call up the API's intent and it will return text for you. My …