Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: duncanj/java-speech-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: venosov/java-speech-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 5, 2013

  1. New parser and junit

    - logger
    - exception handling
    - equals and hashCode in GoogleResponse
    - New Parser with JSON-lib
    - checking status code, ...
    - getters
    - some junit tests
    - remove obsolete java-speech-api.iml
    - credits modified
    - New dependencies:
    commons-beanutils-1.8.0.jar
    commons-collections-3.2.1.jar
    commons-lang-2.5.jar
    commons-logging-1.1.1.jar
    ezmorph-1.0.6.jar
    json-lib-2.4-jdk15.jar
    venosov committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    3fea632 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2013

  1. Merge pull request lkuza2#6 from duncanj/master

    Added support for multiple responses, profanity filter.
    Luke Kuza committed Jul 16, 2013
    Configuration menu
    Copy the full SHA
    0bc6ad5 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.markdown

    Luke Kuza committed Jul 16, 2013
    Configuration menu
    Copy the full SHA
    dfea420 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2013

  1. Cleaning code

    tartinjs committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    73132ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from walane/master

    Cleaning code
    venosov committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    b791f64 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2013

  1. Update CHANGELOG.markdown

    Skylion007 committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    2b84af4 View commit details
    Browse the repository at this point in the history
  2. Added Methods to automatically parse strings to an acceptable length.

    Google does not respond to requests longer than 99 characters. Added methods to automatically parse into smaller parse, send them individually, and return a single input stream.
    Skylion007 committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    9348757 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.markdown

    Skylion007 committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    d3ce1e1 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.markdown

    Skylion007 committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    a20bcf7 View commit details
    Browse the repository at this point in the history
  5. Added methods to allow for strings of lengths 100 and greater.

    Added separates a large string into smaller chunks so that Google will issue a response, sends those string fragments, and then combines the responses into one coherent input stream. Also added support to send List<String> to the synthesiser.
    Skylion007 committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    6c32a42 View commit details
    Browse the repository at this point in the history
  6. Added methods to allow for strings of lengths 100 and greater.

    Also added an option to send strings in the form of lists to Google and get a single response.
    Skylion007 committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    69751bb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2013

  1. Update CHANGELOG.markdown

    Skylion007 committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    dc4bcc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2013

  1. Merge pull request #2 from Skylion007/master

    Added support for longer strings
    venosov committed Jul 29, 2013
    Configuration menu
    Copy the full SHA
    dc1aab2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. prueba nuevo ide

    venosov committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    afb85f9 View commit details
    Browse the repository at this point in the history
Loading