Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental offline decoding/alignment API needed #37

Open
dhdaines opened this issue Nov 30, 2022 · 1 comment
Open

Incremental offline decoding/alignment API needed #37

dhdaines opened this issue Nov 30, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@dhdaines
Copy link
Contributor

For force alignment we are not actually doing live recognition, but the API inherited from PocketSphinx still assumes this. We need a better one, which:

  • Assumes that the entire input is available (though perhaps not all in memory)
  • Does CMN on a sufficient quantity of input to get good results
  • Emits progress events (which can be wrapped in an Observable)
  • Breaks the computation into small enough pieces to be run asynchronously in the main thread
@dhdaines dhdaines added this to the 0.5.0 milestone Nov 30, 2022
@dhdaines
Copy link
Contributor Author

In fact this may need to potentially support quite large input files...

@dhdaines dhdaines modified the milestones: 0.5.0, 0.4.2 Dec 1, 2022
@dhdaines dhdaines added the enhancement New feature or request label Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant