Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.markdown - github.com/ClusterM/java-speech-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2be4e72d34ba4f1c3f9bac74e8c08bc2d6aefc38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Java-Speech-API Changelog

##Changelog
Changelog corresponds with a tagged and signed Git commit.  This marks the changes.
A tagged commit may or may not have a corresponding binary version available.
Format:  Tag: `<Corresponding Tag>`

* Version 1.06 (Tag v1.016)
    * Added support for synthesiser for strings longer than 100 characters (Credits to @Skylion007)
    * Added support for synthesiser for multiple languages, accents, and voices. (Credits to @Skylion007)
    * Added support for auto-detection of language within synthesiser. (Credits to @Skylion007)

* Version 1.05 (Tag: v1.015)
    * Improved language support for recognizer (Credits to @duncanj)
    * Add support for multiple responses for recognizer (Credits to @duncanj)
    * Add profanity filter toggle support for recognizer (Credits to @duncanj)

* Version 1.01 (Tag: v1.01)
    * Fixed state functions for Microphones
    * Fixed encoding single byte frames
    * Support Multiple Languages

* Version 1.00 (Tag: v1.00)
    * Initial Release