diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-08-09 20:04:03 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-08-09 20:04:03 -0700 |
| commit | 5c4d0d4fb0bcb85ebed61e822c83a9f753c3834e (patch) | |
| tree | 5369a577f0bf81d858a62e188dbe9ae3762d2acc | |
| parent | a510d85e6e594172e31c622312309e2c5cbd9f0b (diff) | |
| download | jasper-client-5c4d0d4fb0bcb85ebed61e822c83a9f753c3834e.tar.gz jasper-client-5c4d0d4fb0bcb85ebed61e822c83a9f753c3834e.zip | |
Added modularized STT attribution
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,10 +13,11 @@ We highly recommend reading through this guide before writing any code. Thanks i ## Contact -Jasper is developed by [Shubhro Saha](http://www.princeton.edu/~saha/) and [Charles Marsh](http://www.princeton.edu/~crmarsh/). Both can be reached by email at [saha@princeton.edu](mailto:saha@princeton.edu) and [crmarsh@princeton.edu](mailto:crmarsh@princeton.edu) respectively. +Jasper was originally created by [Shubhro Saha](http://www.princeton.edu/~saha/) and [Charles Marsh](http://www.princeton.edu/~crmarsh/). Both can be reached by email at [saha@princeton.edu](mailto:saha@princeton.edu) and [crmarsh@princeton.edu](mailto:crmarsh@princeton.edu) respectively. ## Major Updates -- 2014-07-11: More platform-independent audio output. https://github.com/jasperproject/jasper-client/pull/100. Thank you, astahlman! +- 2014-08-09: [Modularized STT implementation](https://github.com/jasperproject/jasper-client/pull/118) with Google Speech API example, thanks to astahlman. +- 2014-07-11: More [platform-independent audio output](https://github.com/jasperproject/jasper-client/pull/100). Thank you, astahlman! - 2014-05-27: The network setup wizard has been removed because of unreliability. The client code and documentation has been updated, requiring new users to manually configure their `/etc/network/interfaces` file. ## License |
