bugfix
This commit is contained in:
parent
2d7705a8cf
commit
d53e466f2b
@ -83,7 +83,7 @@ class MyVad(webrtcvad.Vad):
|
|||||||
duration = f.samples * 1000 / f.sample_rate + duration
|
duration = f.samples * 1000 / f.sample_rate + duration
|
||||||
return duration
|
return duration
|
||||||
|
|
||||||
def vad_check(self, inframe):
|
async def vad_check(self, inframe):
|
||||||
"""
|
"""
|
||||||
ONLY SUPPORT frame with sample_rate = 16000 samples = 160
|
ONLY SUPPORT frame with sample_rate = 16000 samples = 160
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user