Speaker-Diarization / configs.py
philippemos's picture
add script for speaker diarization demo
4ba35bc
raw
history blame
204 Bytes
"""General configs"""
DIARIZATION_METHODS = ['PyAnnote', 'NeMo']
AUDIO_SAMPLES_DIR = 'samples'
UPLOADED_AUDIO_SAMPLES_DIR = 'uploaded_samples'
PRECOMPUTED_DIARIZATION_FIGURE = 'computed_diarization_plots'