Tomasz Andrzejak

Results 37 comments of Tomasz Andrzejak

I see, then there is no way to implement that reliably for now. Thanks for the explanation.

https://github.com/rust-lang/unsafe-code-guidelines/issues/36

Thanks for the explanation. From the documentation I can read that `sampling_vector` is a vector from source to listener. So for a given position `P(x, y, z)` in a right...

Let's take a step back. If you listen to an output of [hrtf example](https://github.com/rg3dengine/rg3d/blob/master/rg3d-sound/examples/hrtf.rs) and compare with how source position changes over time, do you think it is an expected...

It's me again :) I looked into this a bit further and the problem I'm seeing originates from the code that creates `hrir` binaries. I thought I would draw how...

IRCAM database uses following format: - azimuth: azimuth in degrees (3 digits, from 000 to 180 for source on your left, and from 180 to 359 for source on your...

No worries, this is amazing job. Do you have any preference: LH vs RH? I didn't spend much time looking at what rg3d-sound is doing, but it looks like it...

Hey! Thanks for the reply, I can retry with logs enabled. The other problem I had is that the list of client certs is empty: `with certs: []`, shouldn't this...

Here is the output log, but I don't see any obvious problem :thinking: ``` Running `target/debug/tls-server-rustls` 2022-12-12T19:17:43.697143Z DEBUG rustls::server::hs: decided upon suite TLS13_AES_256_GCM_SHA384 2022-12-12T19:17:43.697577Z DEBUG rustls::server::hs: Chosen ALPN protocol [104,...

I'm on https://github.com/hyperium/tonic/commit/d00fd0838bcd84d1f96703af1a9a14deed786154. I have no local changes other than logging enabled (but initially checked without logging) ```diff diff --git a/examples/src/tls/server_rustls.rs b/examples/src/tls/server_rustls.rs index 8985cf0..e2371e4 100644 --- a/examples/src/tls/server_rustls.rs +++ b/examples/src/tls/server_rustls.rs @@...