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
Few wakewords such as **Google**, **Firefox**, **Alexa**, **Mobile**, **Siri** the library has predefined embeddings readily available in the library installation directory, its path is readily available in the following variable
102
+
Few wakewords such as **Mycroft**, **Google**, **Firefox**, **Alexa**, **Mobile**, **Siri** the library has predefined embeddings readily available in the library installation directory, its path is readily available in the following variable
103
103
104
104
```python
105
105
from eff_word_net import samples_loc
106
106
```
107
107
108
108
<br>
109
109
110
-
111
110
## Try your first single hotword detection script
112
111
113
112
```python
@@ -116,18 +115,19 @@ from eff_word_net.streams import SimpleMicStream
Access documentation of the library from here : https://ant-brain.github.io/EfficientWord-Net/
189
+
190
+
191
+
## About `activation_count` in `HotwordDetector`
192
+
Documenatation with detailed explanation on the usage of `activation_count` parameter in `HotwordDetector` is in the making , For now understand that for long hotwords 3 is advisable and 2 for smaller hotwords. If the detector gives out multiple triggers for a single utterance, try increasing `activation_count`. To experiment begin with smaller values. Default value for the same is 2
193
+
194
+
181
195
## FAQ :
182
196
***Hotword Perfomance is bad** : if you are having some issue like this , feel to ask the same in [discussions](https://github.com/Ant-Brain/EfficientWord-Net/discussions/4)
183
197
@@ -189,6 +203,7 @@ Access documentation of the library from here : https://ant-brain.github.io/Effi
189
203
190
204
* Add audio file handler in streams. PR's are welcome.
191
205
* Remove librosa requirement to encourage generating reference files directly in edge devices
206
+
* Add more detailed documentation explaining slider window concept
192
207
193
208
## SUPPORT US:
194
209
Our hotword detector's performance is notably low when compared to Porcupine. We have thought about better NN architectures for the engine and hope to outperform Porcupine. This has been our undergrad project. Hence your support and encouragement will motivate us to develop the engine. If you loved this project recommend this to your peers, give us a 🌟 in Github and a clap 👏 in [medium](https://link.medium.com/yMBmWGM03kb).
0 commit comments