libASPL
libASPL copied to clipboard
C++17 library for creating macOS Audio Server plugins.
Hi, @gavv First of all, thank you so much for creating this library. The code is very clean, organized, and easy to follow. Also, the default implementations are helping me...
with `operation not permitted` https://github.com/gavv/libASPL/blob/56775ae880568c8adf51a0d6122561e359ee377e/examples/install.sh#L47 `killall -9 coreaudiod` does work however
The path for compile_commands.json is hardcoded to CMAKE_BINARY_DIR. In case of building it as a standalone project the CMAKE_CURRENT_BINARY_DIR and CMAKE_BINARY_DIR are the same, but in case of building with...
Cannot fetch properties `kAudioObjectPropertyFirmwareVersion` and `kAudioObjectPropertySerialNumber`
Other properties from the same set, like `kAudioObjectPropertyManufacturer`, do work. Calls to `AudioObjectHasProperty()` and `AudioObjectGetPropertyData()` don't seem to even reach the `Bridge`, so the issue might lie outside libASPL. `AudioObjectGetPropertyData()`...