如何将 CMUsphinx 与 ARM 微控制器一起使用?

how to use CMUsphinx with ARM microcontrollers?

我刚刚搜索了一个开源库以使用我的项目来构建声控机器人并找到了 CMUsphinx。但是我的机器人将构建在基于 ARM 的微控制器上,我没有 Linux 或 Windows。是否可以在基于 ARM 的微控制器上使用 CMUsphinx?我该怎么做? 除了在 ARM uControllers 上使用 CMUsphinx 之外,还有更好的选择吗?

Is it possible to use CMUsphinx on ARM based microcontrollers?

不,不可能在微控制器上使用 CMUSphinx。

but my robot will build on ARM based microcontroller

考虑使用更强大的 CPU,它将帮助您完成导航或网络同步等其他任务。

实际上,您可以在 ARM 设备上使用 CMUSphinx 的变体,称为 PocketSphinx。大多数资源都集中在 Raspberry Pi 上,因为它是一个非常流行的 ARM 目标。

Raspberry Pi 上的安装说明如下: http://cmusphinx.sourceforge.net/2016/06/should-you-select-raspberry-pi-3-or-raspberry-pi-b-for-cmusphinx/

Raspberry Pi 有一个使用 CMUSphinx 的语音助手: http://cmusphinx.sourceforge.net/2014/04/jasper-personal-assistant-for-raspberry-pi/comment-page-1/

而且,最近在 Raspberry Pi 上有一篇关于 运行 的博客 post: http://cmusphinx.sourceforge.net/2016/06/should-you-select-raspberry-pi-3-or-raspberry-pi-b-for-cmusphinx/