Is your feature request related to a problem? Please describe.
I would like an easy way to use the streaming sortformer on a stream of audio a chunk at a time.
Describe the solution you'd like
diarize_step() and reset() methods.
Describe alternatives you've considered
It is likely currently possible to use streaming_forward_step() to cobble something together, but it would be nice to have a high-level api like the diarize() method. [Edit: Unclear how to stream audio through the preprocessor].
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
I would like an easy way to use the streaming sortformer on a stream of audio a chunk at a time.
Describe the solution you'd like
diarize_step() and reset() methods.
Describe alternatives you've considered
It is likely currently possible to use streaming_forward_step() to cobble something together, but it would be nice to have a high-level api like the diarize() method. [Edit: Unclear how to stream audio through the preprocessor].
Additional context
Add any other context or screenshots about the feature request here.