Results 41 comments of 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.

![image](https://user-images.githubusercontent.com/20318973/173103895-8210c88b-8123-49f8-ad47-e81ff6e3db92.png)

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 ![Screenshot_20220823_170722](https://user-images.githubusercontent.com/20318973/186287069-0afe8583-a054-4c0c-9b9a-6bf26b9ac04e.png) ![Screenshot_20220823_170800](https://user-images.githubusercontent.com/20318973/186287106-b682a3a0-a9c5-434c-8a7e-9eaabb96b11e.png)

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...