-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modular
OutputBuilder
+ better demo performance (#20)
* Add `RTTMWriter` observer to write system outputs * Add `accumulate_output()` and `buffer_output()` operators to concatenate system outputs either by accumulating all past predictions or by keeping only the last ones * Add `RealTimePlot` observer to draw system outputs in real time * `OnlineSpeakerDiarization` pipeline yields `None` waveform if `output_waveform=False` for consistency * Remove redundant sample rate parameter in `FileAudioSource` * Make `accumulate_output()` more efficient by pre-allocating the audio buffer and hence reducing the number of costly concatenate operations
- Loading branch information
1 parent
35f60f1
commit 88ba337
Showing
5 changed files
with
281 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.