-
Hello! thanks for the plugin!
I was wondering how hard would it be to create an api like this using flutter? https://github.com/ricky0123/vad
Would it work out of the box? Sorry if this question i…
-
`vite.config.js`
```
export default defineConfig({
plugins: [
vue(),
viteStaticCopy({
targets: [
{
src: 'node_modules/@ricky0123/vad-web/dist/vad.worklet.…
-
Sometimes Silero detects that the user is speaking when Deepgram doesn't (and vice versa). Is there a way to just use Deepgram endpointing so that these inconsistencies don't occur?
-
Whisper model has limitation of 30s.
Can you integrate batch inference into sherpa?
I would like to use it along with the diarization.
I'm still not sure how exactly it possible to batch it but I…
-
model.transcribe(fileName,vad_filter=True) 报错误文件不存在
```
[ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from C:\Users\ADMINI~1\AppData\Local\Temp\_MEI92922\faster_whisper\assets\silero_vad.onnx fa…
-
```
path = r"D:\Project\Python_Project\FasterWhisper\large-v3"
model = WhisperModel(model_size_or_path=path, device="cuda", local_files_only=True)
segments, info = model.transcribe("audio.wav",…
-
**Is your feature request related to a problem? Please describe.**
VAD needs to determine better when to send or not to send bytes.
File `transcribe.py` /listen endpoint.
```
while True:
…
-
Silero can be imported, which means no torch etc needed: https://github.com/snakers4/silero-vad?tab=readme-ov-file#fast-start
This would make it easier to package the whisper-timestamped to docker …
-
Encountered an error while loading model file. Please make sure silero_vad.onnx, included with @ricky0123/vad-web, is available at the specified path: "right path" If need be, you can cust…
-
Having a really hard time getting the Elevenlabs voice TTS to work with a dedicated/cloned voice. I'm using the voice-pipeline-agent-python example. It does work with the standard openai.TTS voice.
…