🚀 重疊語音檢測
本項目藉助 pyannote.audio
實現重疊語音檢測功能,可有效識別音頻中重疊的語音部分。通過開源模型,能在多種場景下進行重疊語音的檢測,為語音處理相關應用提供支持。
🚀 快速開始
若要在生產環境中使用此開源模型,可考慮切換到 pyannoteAI 以獲取更優更快的選擇。
本模型依賴 pyannote.audio 2.1
,請參考 安裝說明 進行安裝。
💻 使用示例
基礎用法
from pyannote.audio import Pipeline
pipeline = Pipeline.from_pretrained("pyannote/overlapped-speech-detection",
use_auth_token="ACCESS_TOKEN_GOES_HERE")
output = pipeline("audio.wav")
for speech in output.get_timeline().support():
...
📚 詳細文檔
支持
引用
如果您使用了本模型,請按照以下格式引用相關論文:
@inproceedings{Bredin2021,
Title = {{End-to-end speaker segmentation for overlap-aware resegmentation}},
Author = {{Bredin}, Herv{\'e} and {Laurent}, Antoine},
Booktitle = {Proc. Interspeech 2021},
Address = {Brno, Czech Republic},
Month = {August},
Year = {2021},
}
@inproceedings{Bredin2020,
Title = {{pyannote.audio: neural building blocks for speaker diarization}},
Author = {{Bredin}, Herv{\'e} and {Yin}, Ruiqing and {Coria}, Juan Manuel and {Gelly}, Gregory and {Korshunov}, Pavel and {Lavechin}, Marvin and {Fustes}, Diego and {Titeux}, Hadrien and {Bouaziz}, Wassim and {Gill}, Marie-Philippe},
Booktitle = {ICASSP 2020, IEEE International Conference on Acoustics, Speech, and Signal Processing},
Address = {Barcelona, Spain},
Month = {May},
Year = {2020},
}
📄 許可證
本項目採用 MIT 許可證。
額外信息
收集的信息將有助於更好地瞭解 pyannote.audio
的用戶群體,並幫助維護者申請資助以進一步改進它。如果您是學術研究人員,請在自己的出版物中引用相關論文。如果您為公司工作,請考慮為 pyannote.audio
的開發做出貢獻(例如,通過無限制捐贈)。我們還圍繞說話人分割和機器聽覺提供科學諮詢服務。
屬性 |
詳情 |
標籤 |
pyannote、pyannote-audio、pyannote-audio-pipeline、audio、voice、speech、speaker、overlapped-speech-detection、automatic-speech-recognition |
數據集 |
ami、dihard、voxconverse |
額外必填字段
- 公司/大學:文本輸入
- 網站:文本輸入
- 我計劃使用此模型進行(任務、音頻數據類型等):文本輸入