mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-05 18:09:22 +08:00
Update hubconf.py
This commit is contained in:
20
hubconf.py
20
hubconf.py
@@ -1,15 +1,15 @@
|
|||||||
dependencies = ['torch', 'torchaudio']
|
dependencies = ['torch', 'torchaudio']
|
||||||
import torch
|
import torch
|
||||||
from utils import (init_jit_model,
|
from utils_vad import (init_jit_model,
|
||||||
get_speech_ts,
|
get_speech_ts,
|
||||||
get_number_ts,
|
get_number_ts,
|
||||||
get_language,
|
get_language,
|
||||||
save_audio,
|
save_audio,
|
||||||
read_audio,
|
read_audio,
|
||||||
state_generator,
|
state_generator,
|
||||||
single_audio_stream,
|
single_audio_stream,
|
||||||
collect_chunks,
|
collect_chunks,
|
||||||
drop_chunks)
|
drop_chunks)
|
||||||
|
|
||||||
|
|
||||||
def silero_vad(**kwargs):
|
def silero_vad(**kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user