From b8f5416b59dc239a2303befa35f9a96b92a54ed6 Mon Sep 17 00:00:00 2001 From: chenguoguo Date: Wed, 13 Jul 2016 15:57:41 -0700 Subject: [PATCH] v1.0.4 --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4f83c0d4..75f569f5 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,20 @@ by [KITT.AI](http://kitt.ai). [Full Documentation](https://snowboy.kitt.ai/docs) -Version: 1.0.3 (6/4/2016) +Version: 1.0.4 (7/13/2016) Snowboy is a customizable hotword detection engine for you to create your own -hotword like "OK Google" or "Alexa". It is powered by deep neural networks and has the following properties: +hotword like "OK Google" or "Alexa". It is powered by deep neural networks and +has the following properties: * **highly customizable**: you can freely define your own magic phrase here – let it be “open sesame”, “garage door open”, or “hello dreamhouse”, you name it. -* **always listening** but protects your privacy: Snowboy does not use Internet and does *not* stream your voice to the cloud. +* **always listening** but protects your privacy: Snowboy does not use Internet +and does *not* stream your voice to the cloud. -* light-weight and **embedded**: it even runs on a Raspberry Pi and consumes less than 10% CPU on the weakest Pi (single-core 700MHz ARMv6). +* light-weight and **embedded**: it even runs on a Raspberry Pi and consumes +less than 10% CPU on the weakest Pi (single-core 700MHz ARMv6). * Apache licensed! @@ -29,16 +32,19 @@ Currently Snowboy supports: * iOS * Android -It ships in the form of a **C library** with language-dependent wrappers generated by SWIG. We welcome wrappers for new languages -- feel free to send a pull request! +It ships in the form of a **C++ library** with language-dependent wrappers +generated by SWIG. We welcome wrappers for new languages -- feel free to send a +pull request! -If you want support on other hardware/OS, please send your request to [snowboy@kitt.ai](mailto:snowboy.kitt.ai) +If you want support on other hardware/OS, please send your request to +[snowboy@kitt.ai](mailto:snowboy.kitt.ai) ## Precompiled Binaries with Python Demo -* 64 bit Ubuntu [12.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1204-x86_64-1.0.2.tar.bz2) - / [14.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1404-x86_64-1.0.2.tar.bz2) -* [MacOS X](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/osx-x86_64-1.0.2.tar.bz2) +* 64 bit Ubuntu [12.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1204-x86_64-1.0.4.tar.bz2) + / [14.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1404-x86_64-1.0.4.tar.bz2) +* [MacOS X](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/osx-x86_64-1.0.4.tar.bz2) * Raspberry Pi with Raspbian 8.0, all versions - ([1/2/3/Zero](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/rpi-arm-raspbian-8.0-1.0.2.tar.bz2)) + ([1/2/3/Zero](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/rpi-arm-raspbian-8.0-1.0.4.tar.bz2)) If you want to compile a version against your own environment/language, read on.