ReadAlongs / SoundSwallower

An even smaller speech recognizer / force aligner
Other
32 stars 4 forks source link

Incremental offline decoding/alignment API needed #37

Open dhdaines opened 1 year ago

dhdaines commented 1 year ago

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:

dhdaines commented 1 year ago

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