制作 alexa 时 raspberry pi 中的感官唤醒词错误
Sensory wake word error in raspberry pi while making alexa
cloning into 'alexa-rpi'
fatal: remote error:
repository not found
这么多天以来我一直收到这个错误
这是我使用的命令:-
git clone git://github.com/Sensory/alexa-rpi.git
我在 GitHub 中搜索并尝试过,但它显示许可证已过期
我一直在寻找解决方法。他们的 Github 不再提供传感器唤醒词引擎:https://github.com/Sensory. However, there are some other WakeWord Engines available: https://github.com/Kitt-AI/snowboy. For more: https://medium.com/@alirezakenarsarianhari/yet-another-wake-word-detection-engine-a2486d36d8d4
对于修补 AVS-SampleApp 的帮助,我发现这很有帮助:https://www.youtube.com/watch?v=wiLEr6TeE58
请参考:
https://github.com/alexa/avs-device-sdk/issues/1980
https://github.com/alexa/avs-device-sdk/issues/1976
Amazon 似乎正在关注这个问题,但由于 Sensory 已做出删除存储库的业务决策,因此可能很难找到令人满意的解决方案。
Kitt.AI很容易被sounds/words触发而不是唤醒词,至少可以说我觉得很烦人...
cloning into 'alexa-rpi'
fatal: remote error:
repository not found
这么多天以来我一直收到这个错误
这是我使用的命令:-
git clone git://github.com/Sensory/alexa-rpi.git
我在 GitHub 中搜索并尝试过,但它显示许可证已过期
我一直在寻找解决方法。他们的 Github 不再提供传感器唤醒词引擎:https://github.com/Sensory. However, there are some other WakeWord Engines available: https://github.com/Kitt-AI/snowboy. For more: https://medium.com/@alirezakenarsarianhari/yet-another-wake-word-detection-engine-a2486d36d8d4
对于修补 AVS-SampleApp 的帮助,我发现这很有帮助:https://www.youtube.com/watch?v=wiLEr6TeE58
请参考:
https://github.com/alexa/avs-device-sdk/issues/1980
https://github.com/alexa/avs-device-sdk/issues/1976
Amazon 似乎正在关注这个问题,但由于 Sensory 已做出删除存储库的业务决策,因此可能很难找到令人满意的解决方案。
Kitt.AI很容易被sounds/words触发而不是唤醒词,至少可以说我觉得很烦人...