GithubHelp home page GithubHelp logo

mozilla / net-speech-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaljurand/net-speech-api

0.0 10.0 4.0 2.1 MB

INACTIVE - Java API for the online speech recognition services provided by phon.ioc.ee

Java 94.82% HTML 5.18%
inactive unmaintained

net-speech-api's Introduction

Build Status

Net Speech API

Java API for the following online speech recognition services:

For example, this library is used by

Building

Building the jar-file with and without testing:

$ mvn package
$ mvn package -DskipTests

Building the Javadoc/website:

$ mvn site

Building the Android library:

$ gradle clean assembleRelease

Setting up an Eclipse project

The Eclipse (or any other IDE) project files are not included in this repository. To generate the required Eclipse files, run:

$ mvn -Declipse.workspace=/home/yourname/workspace/ eclipse:configure-workspace
$ mvn eclipse:eclipse

net-speech-api's People

Contributors

alumae avatar kaljurand avatar kdavis-mozilla avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nyodbikash

net-speech-api's Issues

Listners should be notified after connectio close

The change introduced in commit 1b7a2b2 should be reverted as the code which is supposed to call onCloseInitiated() simply does not call the method. So, the best we can do, until that problem is solved, is to be notified after the connect is closed.

In addition the version bump of 0187d89 should also be removed as there is no reason for it now.

The real problem to be fixed lies in Java-WebSocket which is not calling the onCloseInitiated() method before the connection is closed. Once this is fixed the change of commit 1b7a2b2 can be re-introduced and the hack of commit 6e894a can be fixed.

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.