Skip to content

Incremental offline decoding/alignment API needed #37

@dhdaines

Description

@dhdaines

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions