o
    8wÖiØ  ã                   @   s    d dl mZ G dd„ deƒZdS )é   )ÚSpeakerVerificationProtocolc                   @   s   e Zd ZdZdS )ÚSpeakerIdentificationProtocola‘  Speaker identification protocol

    Parameters
    ----------
    preprocessors : dict or (key, preprocessor) iterable
        When provided, each protocol item (dictionary) are preprocessed, such
        that item[key] = preprocessor(item). In case 'preprocessor' is not
        callable, it should be a string containing placeholder for item keys
        (e.g. {'audio': '/path/to/{uri}.wav'})
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ún/home/ubuntu/sommelier/.venv/lib/python3.10/site-packages/pyannote/database/protocol/speaker_identification.pyr   !   s    r   N)Úspeaker_verificationr   r   r   r   r   r	   Ú<module>   s   