voice_activity_detection
voice_activity_detection copied to clipboard
how to predict on batch input?
i can run inference.py successfully, but it's a bit slow when predicting one block by one on long audio.
How can i predict on batch input?
thanks.