Skip to content

Commit

Permalink
feat: Add pipewire sofa filter chain for surround sound support
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 27, 2024
1 parent 1b4d96c commit 5a1724b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
curl -Lo /tmp/aw87559/aw87xxx_acf.bin https://github.com/orangepi-xunlong/firmware/raw/refs/heads/master/aw87xxx_acf.bin && \
xz --check=crc32 /tmp/aw87559/aw87xxx_acf.bin && \
mv -vf /tmp/aw87559/aw87xxx_acf.bin.xz /usr/lib/firmware/aw87559/aw87xxx_acf.bin.xz && \
ln -s /usr/lib/firmware/aw87559/aw87xxx_acf.bin.xz /usr/lib/firmware/aw87xxx_acf.bin.xz && \
ln -s aw87559/aw87xxx_acf.bin.xz /usr/lib/firmware/aw87xxx_acf.bin.xz && \
rm -rf /tmp/aw87559 && \
if [[ "${IMAGE_FLAVOR}" =~ "asus" ]]; then \
curl -Lo /etc/yum.repos.d/_copr_lukenukem-asus-linux.repo https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/repo/fedora-$(rpm -E %fedora)/lukenukem-asus-linux-fedora-$(rpm -E %fedora).repo && \
Expand Down Expand Up @@ -388,6 +388,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
udica \
ladspa-caps-plugins \
ladspa-noise-suppression-for-voice \
pipewire-module-filter-chain-sofa \
python3-icoextract \
tailscale \
webapp-manager \
Expand Down

0 comments on commit 5a1724b

Please sign in to comment.