Adrian Schollmeyer

Results 32 issues of Adrian Schollmeyer

I don't know if Bitmessage supports CSS but I wasn't able to use CSS in my messages, neither with `` nor with `` or inline-CSS. A native CSS implementation would...

enhancement
usability

bucket.hpp missed a required #include . This sometimes causes build errors when including bucket.hpp in another project directly instead of using the convenience header. This commit fixes this by explicitly...

## Environment * Recent Gentoo Linux * gcc 10.2.0 * CMake 3.18.5 * aegis.cpp Version 2.7.0 * spdlog 1.8.2 * libfmt 7.0.3 * ASIO (aegis fork) 1.12.2 * Websocketpp (aegis...

I'd like to use OMP with JACK and connect it to ports other than the hardware playback ports which OMP connects to by default, but everytime a new track is...

Enhancement
Missing Feature

**Is your feature request related to a problem? Please describe.** The current makefile doesn't respect a custom `CXX` variable. **Describe the solution you'd like** I'd like for the build system...

enhancement

We should keep the deprecation warnings in mind for problems that might occur in the future (around March '19, as the warning says). We could also try to use the...

I just noticed that using `std::string_view` is not very convenient when working with liblo's C++ wrapper as it contains its own `string_type` which has no support for `std::string_view`. One needs...

This PR introduces support for the JACK audio backend on Linux, which is the pro audio backend normally used on Linux. This also allows the application to run under PipeWire,...

To mitigate deadlock issues on switching the audio input device, this commit reduces the time `m_deviceListMutex` is locked by switching `std::lock_guard` and manual locking for `std::unique_lock` and deferring locking only...

JACK is the go-to audio backend and API used on Linux for pro audio purposes. Having a JACK integration allows the user to just patch the inputs/outputs of OSM to...