cmusphinx / pocketsphinx

A small speech recognizer
Other
3.9k stars 714 forks source link

Rust bindings #325

Closed dhdaines closed 1 year ago

dhdaines commented 1 year ago

They exist but should be updated: https://github.com/cmusphinx/pocketsphinx-rs

We can do this after the SoundSwallower ones and make the API compatible: https://github.com/ReadAlongs/SoundSwallower/issues/44

mmende commented 1 year ago

I created a new crate with up-to-date rust bindings over here: https://github.com/mmende/pocketsphinx-rs Basic stuff such as configuration, decoding and endpointing are implemented already, more advanced features are on my list. It is not published yet though.

dhdaines commented 1 year ago

Cool! Thanks!