Sebastian Klatt
Sebastian Klatt
Can you provide `g:deoplete#sources#rust#racer_binary` with the full path to the racer binary and try again? e.g. `let g:deoplete#sources#rust#racer_binary='/home//.cargo/bin/racer'` Usually `~` will not be expanded. You can use `$HOME` instead.
I'll add a section to the docs and also a more helpful error message in the coming days. Thanks for reporting.
Your nvim config looks legit. What is the output of `/home/azarus/.cargo/bin/racer --version` and `ls -l /home/azarus/.cargo/bin/racer`? Are you sure the rust source resides in `/home/azarus/devel/rust/src`?
Do you have the lastest version of racer installed? What does `racer --version` print?
Terminal.app as well.
BTW, I think noise reduction is not enabled by default. See: https://github.com/bekriebel/fvtt-module-avclient-livekit/blob/288d4476b4b84f23e425d164e38664b22dc32925/src/LiveKitClient.ts#L476-L479 Same for echo cancellation: https://docs.livekit.io/client-sdk-js/interfaces/AudioCaptureOptions.html#noiseSuppression https://docs.livekit.io/client-sdk-js/interfaces/AudioCaptureOptions.html#echoCancellation