Teo
Teo
Welcome! First of all, thanks @Lanchon for this awesome piece of software and your devotion to free/libre software. Also the patching test suite (`bulk-patch-builder/build-all`) with many Android versions impressed me....
When following the [build instructions](https://github.com/h4tr3d/avcpp#building-with-cmake), the following errors appear: ``` -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX...
Hi, I'm trying to implement a variable clock delay plugin in the NIH-plug framework. Here's the WIP: https://github.com/teowoz/nih-plug/tree/varispeed-delay The problem is, it looks like all members of plugin state struct...
I propose to add a section with related projects in README.md. I'm developing an open source reverse-engineered unofficial Dante implementation - [Inferno](https://gitlab.com/lumifaza/inferno). Currently it emulates Dante receiver and can be...
This will never occur when capturing from (sane) audio interfaces, but may be a problem when capturing output of other apps or "what the user hears" (jack_capture launched without ports...
`Port::set_name` doesn't work under PipeWire because https://gitlab.freedesktop.org/pipewire/pipewire-jack/-/blob/5965eda73356efa85c46a9119473a910860cbca4/src/pipewire-jack.c?page=4#L3126 ```c SPA_EXPORT int jack_port_set_name (jack_port_t *port, const char *port_name) { pw_log_warn("deprecated"); return 0; } ``` Migrating to `jack_port_rename` would help, however, according to...
**Describe the bug** On Android 15 (and probably 13 and 14 too), it is possible to achieve only BASIC integrity. Many apps today require at least DEVICE. (to be extra...