You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: