Jaggz H.
Jaggz H.
Update: With an aabb_scale of 2 or 4 in data/pulseox/transforms.json, without a specified config, it does pop up the gui finally: ``` 19:51:45 INFO Loading NeRF dataset from 19:51:45 INFO...
I'm not closing this since I'm not sure what's going on, or if I'm doing something wrong still, and I'd appreciate suggestions.

It's this one agreed-upon as a good feature? (Whether anyone's available to implement it is another story)
I think I accidentally added it to a generated .h file  
I just did it by hand, not qt designer. I'm working on it here, but obviously don't know what I'm doing :) https://github.com/mumble-voip/mumble/compare/master...jaggzh:mumble:talk-deafens-self
src/murmur/Messages.cpp ```cpp if (!qvSuggestPushToTalk.isNull()) mpsug.set_push_to_talk(qvSuggestPushToTalk.toBool()); mpus.set_self_deaf(true); //
I'd still need this for the use-case where the remote end is a webcam (picking up the whole room in continuous mode), for a patient to communicate with family, and...
> One issue with this approach however is if someone is using continuous transmission mode, in which case the receiving end would be permanently be muted thinking Hence the non-automatic...
I'm not familiar with any of this, but is it possible we need to build opus/celt with whatever defines the "CUSTOM_MODES" thing? Someone linked to the opus/celt source location, but...