JaVAD: Just Another Voice Activity Detector
Installation
You can install the package using pip:
pip install javad
To install JaVAD with additional features: audio loading, quick processing, use following command:
pip install javad[extras]
Requirements
Python 3.8+
PyTorch 2.0.0+
NumPy 1.20.0+
- Optional, if using with [extras] (sound loading, Trainer):
soundfile 0.12.0+,
torchvision 0.10.0+,
spgdataset 0.0.2+,
tqdm