mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The bundled silero_vad.onnx lives inside Electron's app.asar which native C++ (sherpa-onnx) cannot open via OS file I/O. On first voice activation, copy the model to ~/.paseo/models/local-speech/silero-vad/ using Node.js fs (asar-aware) and point the native code there.