Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modular OutputBuilder + better demo performance #20

Merged
merged 8 commits into from
Jan 3, 2022
Merged

Conversation

juanmc2005
Copy link
Owner

Changelog

  • 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

@juanmc2005 juanmc2005 added documentation Improvements or additions to documentation feature New feature or request labels Dec 30, 2021
@juanmc2005 juanmc2005 self-assigned this Dec 30, 2021
@juanmc2005 juanmc2005 merged commit 88ba337 into develop Jan 3, 2022
@juanmc2005 juanmc2005 deleted the feat/sinks branch January 3, 2022 16:34
@juanmc2005 juanmc2005 mentioned this pull request Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant