About 7,970 results
Open links in new tab
  1. GitHub - cmusphinx/pocketsphinx: A small speech recognizer

    The pocketsphinx command-line program reads single-channel 16-bit PCM audio from standard input or one or more files, and attempts to recognize speech in it using the default acoustic …

  2. CMUSphinx Open Source Speech Recognition

    Dec 28, 2023 · CMUSphinx is an open source speech recognition system for mobile and server applications. Supported languages: C, C++, C#, Python, Ruby, Java, Javascript. Supported …

  3. pocketsphinx · PyPI

    Jan 10, 2025 · This is PocketSphinx, one of Carnegie Mellon University's open source large vocabulary, speaker-independent continuous speech recognition engines. Although this was …

  4. PocketSphinx Documentation — PocketSphinx 5.0.3 …

    Welcome to the documentation for the Python interface to the PocketSphinx speech recognizer! To install PocketSphinx on most recent versions of Python, you should be able to simply use …

  5. Releases · cmusphinx/pocketsphinx - GitHub

    Among other notable changes: pocketsphinx_continuous is gone, replaced by plain old pocketsphinx, which is documented in the README file. The configuration interface is now …

  6. Building an application with PocketSphinx - CMUSphinx Open …

    In this tutorial we will walk through a simple code example in C using PocketSphinx. This corresponds exactly to the live_portaudio.c example in the source code.

  7. A candidate for fur-ther optimization is the Viterbi search algorithm, which we have not discussed in depth in this paper. Such a system will support de-velopment of additional, more interesting …

  8. PocketSphinx API Documentation

    Oct 5, 2022 · PocketSphinx was originally released by David Huggins-Daines, but is largely based on the previous Sphinx-II and Sphinx-III systems, developed by a large number of contributors …

  9. cmusphinx/pocketsphinx-android: pocketsphinx build for Android - GitHub

    This project is a wrapper for Pocketsphinx for Android providing high-level interface for recognizing the microphone input. You will need SWIG, Gradle and Android NDK to build a …

  10. Main pocketsphinx package — PocketSphinx 5.0.3 documentation

    Log-space computation object used by PocketSphinx. PocketSphinx does various computations internally using integer math in logarithmic space with a very small base (usually 1.0001 or …