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

Make pyannote.audio optional (still mandatory to run default pipeline) #61

Merged
merged 9 commits into from
Jun 9, 2022

Commits on May 31, 2022

  1. Add base classes for custom segmentation and embedding models. Unify …

    …pipeline specifications in PipelineConfig
    juanmc2005 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    6a43b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0f571 View commit details
    Browse the repository at this point in the history
  3. Make Binarize more efficient by looking at all speakers at the same t…

    …ime. Add docstring to Binarize
    juanmc2005 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    7f77173 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2866c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    7842258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f19cecb View commit details
    Browse the repository at this point in the history
  3. Replace pyannote's Audio class with simpler custom implementation to …

    …avoid hard dependency on pyannote.audio
    juanmc2005 committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    f521a9e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    230cda7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Update README.md

    juanmc2005 authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0e9e718 View commit details
    Browse the repository at this point in the history