https://github.com/stephanlachnit/libspa-aac
Freestanding AAC plugin for pipewire
https://github.com/stephanlachnit/libspa-aac
aac bluetooth pipewire
Last synced: 12 months ago
JSON representation
Freestanding AAC plugin for pipewire
- Host: GitHub
- URL: https://github.com/stephanlachnit/libspa-aac
- Owner: stephanlachnit
- License: other
- Created: 2025-05-03T10:05:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T12:05:40.000Z (about 1 year ago)
- Last Synced: 2025-05-21T01:17:34.676Z (about 1 year ago)
- Topics: aac, bluetooth, pipewire
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# libspa-aac
This is a freestanding version of the AAC spa plugin for pipewire. This allows to build and install the AAC plugin on
distributions which do not build pipewire with AAC support, such as Debian.
Dependencies:
- `libspa-0.2-dev`
- `libdfk-aac-dev`
Build instructions:
- `meson setup build -Dbuildtype=release -Dc_args=-march=native`
- `meson compile -C build`
- `meson install -C build`
The code is taken from https://gitlab.freedesktop.org/pipewire/pipewire