kaegi
kaegi
Probably adding a `connect_to_channel` to `BtSocket`. As I'm not interested in maintaining this project, you can have crate and GitHub publishing rights (or fork your own version) if you want...
Should be done now.
Thank you for taking this on. The problem I faced with Win32 support was mio, which doesn't (didn't?) have a way to use a raw file descriptor in a event...
I added you to the collaborators lists - you should have received an invitation. If there's anything missing, please tell me. Happy coding!
@landonepps You should have received an invitation. Thank you for maintaining this project!
I think the question is also whether the underlying C structs are `Send`. The relevant structures in the C-Code are https://github.com/dpirch/libfvad/blob/fdf039bd6a8d201b27175dccf8d85c003c2cf252/src/fvad.c#L32 https://github.com/dpirch/libfvad/blob/fdf039bd6a8d201b27175dccf8d85c003c2cf252/src/vad/vad_core.h#L26 https://github.com/dpirch/libfvad/blob/master/src/signal_processing/signal_processing_library.h#L80 which are basically only composed of integers...