mum icon indicating copy to clipboard operation
mum copied to clipboard

Daemon/cli mumble client

Results 44 mum issues
Sort by recently updated
recently updated
newest added

This is a stepping stone towards a full blown GUI. It's easier to develop and iterate on.

https://github.com/pdeljanov/Symphonia

Everything doesn't need to be handled but it's still nice to have all these in one place. https://docs.rs/mumble-protocol/0.4.1/mumble_protocol/control/msgs/index.html: - [ ] ACL - [ ] ACL_ChanACL - [ ] ACL_ChanGroup...

We want to do something here. Probably nothing more than mixing together properly.

signal processing

We desperately need them. We should be able to write audio data into a `[f32; N]` and compare, but it'll be hard to check microphone and speaker output automatically. We...