-
I came across a problem when using VAD (silero and auditok) with the large model in my application where I try to break parts of the transcription based on pauses. In the following sample you can see …
-
I'm trying to run the first demo but when I try running this command:
```
reference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone
target_se, audio_name = se_ext…
-
Hi
非常感谢FastASR的易用性!我在测试识别长音频的时候,手头有些音频素材的背景噪音较大,导致webrtc的vad不能很好地进行端点判断。正巧之前测试过一个基于学习的vad效果很好,https://github.com/snakers4/silero-vad
不知道大佬是否有兴趣将其集成进来?
-
digitalChat5-CwHLMuC-.js:2037 Encountered an error while loading worklet. Please make sure the worklet vad.bundle.min.js included with @ricky0123/vad-web is available at the specified path:
/…
-
How can we implement it in java ?
its onnx ,
there is some sample example:
https://github.com/snakers4/silero-vad/tree/master/examples/java-example
I think it wont be too hard to make piper ava…
-
run demo_part1.ipynb to here code:
`reference_speaker = 'resources/example_reference.mp3'
target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, target_dir='processed',…
-
If you load 2+ models from `torch.hub` at the same time in the same process, they are treated like one namespace, i.e. if you have a `utils.py` module in both packages, it raises cryptic errors.
Th…
-
I'm encountering an issue while trying to run the Silero VAD from the npm package. The following error message is displayed:
`Error: Load model from C:/Projects/node-agent/node_modules/.pnpm/@livek…
-
Hello!
I'm trying to freeze an app that has some functions which need torch and torchaudio. Unfortunately, I get the following error when running the app:
```
OSError: dlopen(***********/dist/…
-
### Description
Introduce the capability to support ONNX subgraphs within the Burn framework, particularly for handling conditional inference computations. This feature aims to enable Burn to fully…