Giter Site home page Giter Site logo

pocketsphinx.js-fr_fr-lium_french_f0's Introduction

PocketSphinx.js LIUM F0 French acoustic model bower package

This is the bower package for the LIUM F0 French acoustic model to be used with pocketsphinx.js.

This is an acoustic model for French, trained on broadcast news audio. It is available on sourceforge, on the CMU Sphinx repository. Is should be used with audio recorded at 16kHz.

This bower package depends on pocketsphinx.js-lib which contains the library, without any language-specific file, such as acoustic or language model.

1. usage

For general usage see the docs of the base library (once installed, in bower_components/pocketsphinx.js-lib/README.md).

Following are the specific for that model.

a. Loading the acoustic model

The files must be loaded in the recognizer, with a call to the "load" command prior to initialization. The following file names should be used:

data = {command: 'load', data: ["feat.params.js", "mdef.js", "means.js", "noisedict.js", "mixture_weights", "transition_matrices.js", "variances.js"].map(function(x) {return "../pocketsphinx.js-fr_FR-lium_french_f0/" + x;}

b. Initializing the recognizer

At init time, this model can be selected with:

["-hmm", "lium_french_f0"]

c. Setting the sample rate

The recorder should be initialized with the correct sample rate, 8kHz:

outputSampleRate: 16000

License

These files are compiled versions of the acoustic models available on CMU sphinx repository. The licensing terms are available in the original package and are the same as other CMU Sphinx software.

pocketsphinx.js-fr_fr-lium_french_f0's People

Contributors

syl22-00 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.