Erik Scholz

Results 282 comments of Erik Scholz

I suggest you look into exclusion. eg: ``` auto view = registry.view(entt::exclude); ```

The underlying toxcore library does not support this. Which makes it not so easy. Also please change the title of the issue to something like "different name per friend" or...

just want to add that, on a qwertz keyboard SHIFT+´ is ` and ALTGR++ is ~

Yes, via a filter. Specifically, the FFTFilter would be capable of doing that. https://sol.gfxile.net/soloud/fftfilter.html However you need to implement your own variant, as sad in the link.

IMHO `windows.h` should not be included by `soloud.h`. Just had a look at it and a forward declare of `OutputDebugStringA()` should be enough to replace the `#include`.

This is fixed on master, but still present in the latest release. @jarikomppa pls cut a new one :+1:

I am running Ubuntu 18.04.5, same soloud version with the SDL2-static backend and have no problems. Can you please add stuff like the soundserver you are using? (Pulseaudio, ALSA...) this...

> except with buffer size of 860 which is odd o.O > Which confirms that it is using ALSA, not PulseAudio. the relationship of ALSA and PulseAudio on the same...

btw, I tried compiling your engine (https://gitlab.com/JackRedstonia/stacks/) but failed with ``` error: the option `Z` is only accepted on the nightly compiler ``` `$ rustc --version` : `rustc 1.43.0`