toverainc / willow-inference-server

Open source, local, and self-hosted highly optimized language inference server supporting ASR/STT, TTS, and LLM across WebRTC, REST, and WS
Apache License 2.0
375 stars 33 forks source link

support_sv: bool = True causes WIS to crash on missing library #155

Open ccsmart opened 4 months ago

ccsmart commented 4 months ago

Trying things out i stumbled over

OSError: libsox.so: cannot open shared object file: No such file or directory RuntimeError: apply_effects_tensor requires sox extension which is not available. Please refer to the stacktrace above for how to resolve this.

when enabling support_sv

nikito commented 4 months ago

Support_sv isn't officially supported yet, it's an experimental feature that was still being played with. We haven't mentioned it anywhere because in testing it proved to be pretty unreliable, so we may either remove it, or look into how to make it more reliable for real world use cases in the future.