Giter Site home page Giter Site logo

mrcp4j's Introduction

Readme for MRCP4J v${pom.version}
======================

Overview
--------

  MRCP4J provides a Java API that encapsulates the MRCPv2 protocol and can be used to implement MRCPv2 clients and/or servers.


Prerequisites
-------------

  MRCP4J requires JDK 5.0 or higher which can be downloaded here: http://java.sun.com/j2se/1.5.0/download.jsp


Dependencies
------------

  MRCP4J has the following dependencies:

+--------------------+-------------+--------------------------------------------------+
| Project            | Version     |  Download URL                                    |
+--------------------+-------------+--------------------------------------------------+
| Commons Logging    | 1.1         | http://jakarta.apache.org/commons/logging/       |
+--------------------+-------------+--------------------------------------------------+
| MINA               | 0.8.0       | http://directory.apache.org/subprojects/network/ |
+--------------------+-------------+--------------------------------------------------+
| SLF4J              | 1.0-beta9   | http://www.slf4j.org/                            |
+--------------------+-------------+--------------------------------------------------+


  Distribution jars for the above listed dependencies need to be included in your classpath in order to use MRCP4J.  They are available for download from the provided URLs and are also included in the MRCP4J binary distribution.


Installation
------------

  To install MRCP4J extract the mrcp4j-<version>.jar from the binary distribution archive and add it to your application's classpath along with the above listed dependencies.



Change Log for MRCP4J
=====================

MRCP4J v0.2
-----------
* Fix potential deadlock in event queue timeout scenario.
* Remove redundant signal for event queue completion which was causing MrcpSession.postEvent() to hang.
* Use commons-logging for debug output instead of System.out.println() statements.
* Use commons-logging for MRCP session logging instead of MINA session log.
* Update MINA dependency from version 0.7.2 to version 0.8.0.
* Add value factories for some of the more commonly used MRCP headers.
* Preserve the order of MRCP headers to be the same as the order they are added in.
* Calculate and set message-length during encoding of MRCP messages.
* Terminate message content with CRLF and include in calculation of content-length header value.


MRCP4J v0.1
-----------
No prior release to compare with.



Further Information
===================

  For more information please see the MRCP4J Project Home at http://mrcp4j.sourceforge.net.





+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Copyright (C) 2005-2006 SpeechForge. All Rights Reserved. +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

mrcp4j's People

Contributors

schnelle 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.