shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

262
active users

#wireplumber

0 posts0 participants0 posts today

With the alarm clock waking the phone from suspend we still need to make sure the alarm sound is audible. We thus need it to have a volume level separate from e.g. media, notifications, calls, etc. This is possible with #wireplumber's "role based policy". There's a lot of lose ends to fix before this all can land but here's a quick demo in #phosh (the alarm sound your is played via #feedbackd which adds the necessary role):

Replied in thread

@keithduthie @Papa
Keith, after installing & enabling #WirePlumber [gist.github.com/the-spyke/2de9]
and getting sound back, "pactl info" has this output:
Server Name: PulseAudio (on PipeWire 0.3.79)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_2d_00.4.analog-stereo
Default Source: alsa_input.pci-0000_2d_00.4.analog-stereo
Thank YOU so much.
Phil 🥥

GistEnable PipeWire on Ubuntu 22.04Enable PipeWire on Ubuntu 22.04. GitHub Gist: instantly share code, notes, and snippets.
Continued thread

#linuxtablet #linuxaudio One thing I learned is that pipewire’s concept of what a session is and does is different from JACK’s concept. #wireplumber, the current #pipewire session manager does not include the ability to save and restore audio applications (along with their jack connections. This is the whole point of #jack session management—to easily come back to a project later and not have to hook everything up again before starting to work on a project.