dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
20 stars 7 forks source link

move pocketsphinx to its own repository #72

Closed timobaumann closed 6 years ago

timobaumann commented 6 years ago

if our plan is to ship with Sphinx-4 as primary ASR then there's no need to have PocketSphinx within the same repository. It could be external just like the SQLite plugin (https://github.com/timobaumann/dialogos-sqlite-plugin).

Pocketsphinx at present breaks jitpack.io building and contains architecture-dependent code.

timobaumann commented 6 years ago

I would also be in favor of NXT living in its own repository and making an install4j repository that joins DialogOS and all its plugins together. Any thoughts?

timobaumann commented 6 years ago

fixed in 61ea409 they now live in https://github.com/timobaumann/dialogos-plugin-nxt https://github.com/timobaumann/dialogos-plugin-pocketsphinx https://github.com/timobaumann/dialogos-plugin-minimalio

instead of the example plugin, you might want to take a look at https://github.com/timobaumann/dialogos-plugin-sqlite

let's hope we can soon move them to the dialogos namespace (or dialogos-project if need be)