You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snowboy is a customizable hotword detection engine for you to create your own
13
-
hotword like "OK Google" or "Alexa". It is powered by deep neural networks and has the following properties:
13
+
hotword like "OK Google" or "Alexa". It is powered by deep neural networks and
14
+
has the following properties:
14
15
15
16
***highly customizable**: you can freely define your own magic phrase here –
16
17
let it be “open sesame”, “garage door open”, or “hello dreamhouse”, you name it.
17
18
18
-
***always listening** but protects your privacy: Snowboy does not use Internet and does *not* stream your voice to the cloud.
19
+
***always listening** but protects your privacy: Snowboy does not use Internet
20
+
and does *not* stream your voice to the cloud.
19
21
20
-
* 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).
22
+
* light-weight and **embedded**: it even runs on a Raspberry Pi and consumes
23
+
less than 10% CPU on the weakest Pi (single-core 700MHz ARMv6).
21
24
22
25
* Apache licensed!
23
26
@@ -29,16 +32,19 @@ Currently Snowboy supports:
29
32
* iOS
30
33
* Android
31
34
32
-
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!
35
+
It ships in the form of a **C++ library** with language-dependent wrappers
36
+
generated by SWIG. We welcome wrappers for new languages -- feel free to send a
37
+
pull request!
33
38
34
-
If you want support on other hardware/OS, please send your request to [[email protected]](mailto:snowboy.kitt.ai)
39
+
If you want support on other hardware/OS, please send your request to
0 commit comments