Proc

Results 229 comments of Proc

Fix is valid as documented per https://doc.rust-lang.org/reference/conditional-compilation.html#target_os Thanks!

We can merge this for now, if you want. I just would like to document this, because I fear we will otherwise have a ton of regressions in the future.

Ok thanks for the information. For people having the same problem: I'm currently using hyper + [jsonrpc_light](https://crates.io/crates/jsonrpc-lite), this way you can accept requests via hyper, deserialize them to jsonrpc_lite structs...

Uh, the play command is a remnant of some tests. It's not an actual supported feature :sweat_smile: What exactly did you have in mind for it ? Just play some...

Hm so you want it to play music but only for discord ? (Or mute the music if sb is speaking ?) Generally it'd probably be better to just mute...

Hm, that sounds like a buffer underflow issue, will have to test that myself. Opus Audio has a little bit more latency, so maybe that's the problem.

What is your compilation target, rustc version and CPU Arch ? From your output it looks like windows x86_64 with gnu gcc toolchain ?

And does the issue disappear if your delete `./.cargo/config.toml` ?

If you only need inotify [the linux event API], and no other OS support, then notify [the crate] is probably overkill and inotify-rs could be enough.