streamer45 / silero-vad-go

A Golang (CGO) implementation of a Silero VAD powered speech detector
MIT License
19 stars 9 forks source link

cpu or gpu #5

Open jason-shen opened 6 months ago

jason-shen commented 6 months ago

nice package, just wondering if this runs on cpu or gpu

cheers

streamer45 commented 6 months ago

@jason-shen Hey, this would be CPU only at the time. That said, the underlying ONNX framework totally supports hw acceleration through GPU so it shouldn't be too difficult to add support for it when available.