pyannote-audio
pyannote-audio copied to clipboard
inference call not accepting clean wav audio
Steps to Reproduce:
from pyannote.audio import Inference
inference = Inference("pyannote/embedding", window="whole")
emb1 = inference("lol.wav")
Would you mind sharing a link to a Google Colab containing a self-contained minimum reproducible example that I can run to reproduce the error?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.