STT_Server/test_main.py

4 lines
126 B
Python

from tests.modelsuse import vad_model_use_online
vad_result = vad_model_use_online("tests/vad_example.wav")
print(vad_result)