Search Criteria
Package Details: alsa-card-profiles-git 0.3.22.17.g686524ce-1
Git Clone URL: | https://aur.archlinux.org/pipewire-git.git (read-only, click to copy) |
---|---|
Package Base: | pipewire-git |
Description: | ALSA card profiles shared by PipeWire (GIT version) |
Upstream URL: | https://pipewire.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 6 |
Popularity: | 0.95 |
First Submitted: | 2017-09-19 15:57 |
Last Updated: | 2021-02-19 14:28 |
Dependencies (21)
- desktop-file-utils (desktop-file-utils-git) (check)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm) (make)
- bluez-libs (bluez-git) (make)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd) (make)
- doxygen (doxygen-git) (make)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git) (make)
- git (git-git) (make)
- graphviz (make)
- jack2 (jack2-git) (make)
- libfdk-aac (fdk-aac-free) (make)
- libldac (make)
- libopenaptx (libopenaptx-git) (make)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git) (make)
- libsndfile (libsndfile-git, libsndfile-minimal-git) (make)
- meson (meson-git) (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
- rtkit (make)
- sbc (make)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-nox-git, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git) (make)
- valgrind (valgrind-git) (make)
- xmltoman (make)
Required by (5)
- lib32-pipewire (requires alsa-card-profiles)
- pipewire-git
- pulseaudio-hsphfpd (requires alsa-card-profiles)
- pulseaudio-nosystemd-git (requires alsa-card-profiles)
- pulseaudio-nosystemd-minimal-git (requires alsa-card-profiles)
Latest Comments
1 2 3 4 5 6 Next › Last »
tinywrkb commented on 2021-02-25 11:50
The official recommendation now is to use the systemd service so let's keep it this way unless the extra/pipewire maintainers decide otherwise.
tinywrkb commented on 2021-02-25 04:43
p.s. with regards to enabling the
pipewire-media-session.service
there's a discussion here.I'm not entirely convinced that enabling the service is the right approach.
tinywrkb commented on 2021-02-25 04:22
@all, there's a new service that you might need to enable if you updating before my suggested changes will be applied. So something like the following.
@sl1pkn07. a bit large update here https://gist.github.com/tinywrkb/6db1b588f673d5c941071996a394463c
Changes:
tinywrkb commented on 2021-02-24 20:53
@blackout
pulseaudio-alsa
is a compat config to make ALSA apps work through PulseAudio.pipewire-alsa
serves a different purpose, it lets ALSA apps work through PipeWire, so it's not the same.I believe that there's nothing that stops you from using
pulseaudio-alsa
with PipeWire and then ALSA apps go through the Pulse server of PipeWire though I haven't tried.blackout commented on 2021-02-24 20:29
provides pulseaudio-alsa ?
tinywrkb commented on 2021-02-18 18:58
@sl1pkn07 another change to the package.
client-rt.conf
in the backup array.-pulse
package when using the Pulse server. This also follows the Rawhide package which PipeWire's developer is its maintainer.@all you should probably expect two
.pacsave
files.tinywrkb commented on 2021-02-12 11:51
New config files. I'm not 100% sure about moving them to the split packages, especially not
pipewire-pulse.conf
though it looks like only pulse daemon relevant code uses it, so it might be ok.Commit message says config paths might change so we should keep an eye on this as it might need another update.
tinywrkb commented on 2021-02-11 11:23
@sl1pkn07 here's another update for the PKGBUILD:
1. Drop the Vulkan dependencies as it's now disabled by default and not useful.
2. Sync with extra/pipewire changes. 3. Cosmetics.
p.s. There are fewer reasons for me to stay on the git package. The only things I'm looking forward are to are: BT HW/device volume sync, auto HFP/HSP profile switch (voice call mode), and a few bug fixes.
So I might not stay on top of changes in the future.
tinywrkb commented on 2021-01-31 16:56
I'm not exactly sure when this was added but now PipeWire is can save & restore the volume level of Bluetooth headphones, and it's not defaulting to 100% anymore when there's no saved state.
Also, when you connect a BT device it auto set the default sink and move all playing audio streams (at least those that were not manually set) to the A2DP output sink of the BT device.
So if you used my systemd user udev rule, which I noticed a couple of users did, then you don't need it anymore.
tinywrkb commented on 2021-01-21 11:42
@sl1pkn07 More changes from extra/pipewire.
Now
alsa-card-profile
is being packaged/split-up frompipewire
base package and notpulseaudio
, and the latter is packaged with the card profiles.Because
pulseaudio
doesn't depend anymore onalsa-card-profile
, I think it safe and correct to havepipewire-git
directly depend onalsa-card-profile-git
.