An open API service indexing awesome lists of open source software.

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

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