Manuel Blatt
Manuel Blatt
This code improves dewolf's code quality for Go and Rust binaries. Features: - Go prologue removal - Improved, symbol independent canary removal - Generic boilerplate removal (useful for, but not...
### Proposal This is a follow up to #418. Right now, there are flags in `CExpressionGenerator` that could be proper options. However, moving the corresponding code to `CodeVisitor` is not...
Hi! This PR aims to improve the readability of `main.c` by separating parsing logic from message handling. Although the code is already separated, it's not perfect, and there is still...
I just noticed the following issue (maybe related to #117). When I stream some content with silent sections (e.g. https://www.youtube.com/watch?v=ucZl6vQ_8Uo ) The snapclient resyncs in every little break, and when...
When I change the DSP equalizer settings, there often is a crackling sound on Lyrat 4.3 and Esp32 audio kit 2.2. It seems like there is some clipping in the...
On the dev branch, there is a crackling sound between the "sync hard" and "stop player done" message. Manually removing the `CONFIG_PM_ENABLE` section from `main.c` "fixes" it again. The issue...