https://github.com/andersfugmann/pipewire-aac
PipeWire Debian packages with AAC (FDK-AAC) Bluetooth codec support
https://github.com/andersfugmann/pipewire-aac
Last synced: about 1 month ago
JSON representation
PipeWire Debian packages with AAC (FDK-AAC) Bluetooth codec support
- Host: GitHub
- URL: https://github.com/andersfugmann/pipewire-aac
- Owner: andersfugmann
- Created: 2026-04-10T08:44:56.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-04-10T09:32:35.000Z (2 months ago)
- Last Synced: 2026-04-10T11:23:16.943Z (2 months ago)
- Language: Makefile
- Size: 47.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PipeWire with AAC support
Debian packages for PipeWire with AAC (FDK-AAC) Bluetooth codec enabled,
built from official Debian sid sources.
## Using the apt repository
Add the repository:
```bash
sudo tee /etc/apt/sources.list.d/pipewire-aac.sources <<'EOF'
Types: deb
URIs: https://andersfugmann.github.io/pipewire-aac
Suites: ./
Trusted: yes
EOF
sudo apt-get update
```
Upgrade PipeWire:
```bash
sudo apt-get upgrade
```
## Building locally
```bash
make deps # install build dependencies
make all # fetch, patch, build, generate repo
sudo make install-repo # register as local apt source
```
See `make help` for all targets.