Frostie314159
Frostie314159
We should probably remove the `FromCtx` impls for numeric types, since we can't uphold our own guarantee, that those impls must not fail.
From what I've seen, a bplist is transmitted in the RTSP SETUP request, which contains a field called timingPort. Do not that this communication was captured from AWDL i.e. airplay-p2p.
Here is a textual representation of the plist, which I changed the name of for privacy reasons. Note the `timingProtocol` and `timingPort` fields. ``` { "et": Integer( 32, ), "eiv":...
Theoretically, conditional compilation could be achieved through an environment variable, passed via a build script, which checks for the presence of the necessary io_uring functionality.
Currently I'm trying to parse radiotap headers with deku. Radiotap has a fixed header and the rest of the fields are only present, if their specific bit has been set...
Hi, thanks for the quick response! I might have something cooked up for a merge request! Hint: Speed of sound
My idea was to add a toggle for a distance based delay for sound. This would require the user to set a scale. On Tue, 3 Jan 2023, 19:59 mbillingr,...
So my idea was, just like you'd suggested, to give each positional sound a starting time and then start a second thread, that on a certain interval calculates the distance's...
I will probably commence work on this on Sunday. For now I will create a fork and a draft PR.
I just created the fork and created the draft PR: #18. You are welcome.