cmusphinx / pocketsphinx

A small speech recognizer
Other
3.87k stars 713 forks source link

Documentation is missing a migration guide from older versions of PocketSphinx #386

Open francogrex opened 3 months ago

francogrex commented 3 months ago

Where are older versions API 4 for example?

dhdaines commented 3 months ago

Hi could you be a bit more specific about what, exactly is doing this referencing of an obsolete pocketsphinx?

Is it some particular piece of documentation?

I can't fix a bug if I don't know what needs to be fixed.

Older versions still live over on SourceForge, if you can tolerate the ads and the slowness.

francogrex commented 3 months ago

hi I'm sorry if I wasn't clear, I changed the title: it's another library that is using older version of Pocketsphinx, referencing constructs that are no longer available in version 5 like for example cmd_ln_int32_r etc...

dhdaines commented 3 months ago

Ah! It is possible, though uncertain, that this is documented somewhere. There is a blog post which mentions the API changes, but there isn't a migration guide, really. I've changed the title of this issue to reflect that!

When I get a chance (but feel free to remind at some point) I can start a page on cmusphinx.github.io with some of the more important changes.