Speaker-Diarization / configs.py
philippemos's picture
modify pyannote name
1435c61
raw
history blame contribute delete
No virus
204 Bytes
"""General configs"""
DIARIZATION_METHODS = ['pyannote', 'NeMo']
AUDIO_SAMPLES_DIR = 'samples'
UPLOADED_AUDIO_SAMPLES_DIR = 'uploaded_samples'
PRECOMPUTED_DIARIZATION_FIGURE = 'computed_diarization_plots'