ohai.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A cozy, fast and secure Mastodon server where everyone is welcome. Run by the folks at ohai.is.

Administered by:

Server stats:

1.8K
active users

#pulseaudio

2 posts2 participants0 posts today

Nimm #pipewire, haben sie gesagt. Damit wird alles einfacher, haben sie gesagt.

Naja, man ist da sicher auf einem guten Weg. Aber das Jonglieren mit config Dateien und Einstellungen erinnert mich doch etwas daran, wie es vor reichlich zehn Jahren war, wenn man
#jack und #pulseaudio zusammenbringen wollte.

Zwar muss jetzt nicht soo viel konfiguriert werden, aber man muss schon ein wenig herumsuchen...

Mit meinem install
#Script für das #Audio Zeug hab ich es nun ohne jack versucht. Mal sehen ob es sich mit #ubuntu 24 #Linux bewährt:
https://codeberg.org/cExplorer/install-audio-libs-ubuntu

Dankbar bin ich für Ideen dazu und für Hinweise auf Fehler.

#Ardour #DAW #LinuxAudio

Summary card of repository cExplorer/install-audio-libs-ubuntu
Codeberg.orginstall-audio-libs-ubuntuinstall-audio-libs-ubuntu
Continued thread

I've got audio working on MuseScore4 + Void Linux! A little summary of what I did (for myself and anyone else on #linux needing #MuseScore 4)

I first switched to #pipewire. For me, this involved uninstalling #pulseaudio and jack, then installing the packages `pipewire alsa-pipewire`. This differs on other distros. I needed to verify that pipewire was starting up properly. Since I didn't have a login manager, I had to set the XDG_RUNTIME_DIR variable manually and also create that directory everytime I booted. Using `tmp` instead of `run` worked better for me.

Then I followed these steps: docs.voidlinux.org/config/medi to get #alsa integration going. Restart, then that's it!

MuseScore now has audio 😭

docs.voidlinux.orgPipeWire - Void Linux Handbook

#Linux audio is bizarrely confusing to a regular user lol - if I were to configure a #PulseAudio setting (i.e. clock.force-quantum) but obviously most systems now have moved to using #PipeWire, but from what I can tell or think to understand is that systems use PipeWire via something called #WirePlumber, should this (user-specific) configuration be done in a WirePlumber config, or PipeWire? I normally could learn these things easily through the #ArchWiki, but so far, this topic is completely lost on me lol.

No sé si desde ayer o antier, pero estuve teniendo fallas al reproducir vídeos de YouTube en mi computadora. Al principio creí que era por tener uBlock Origin, pero luego me di cuenta que eran todos los vídeos, tanto por internet como incluso los que ya tenía en mi computadora. Y trasteando un poco más, me di cuenta que el problema no eran los vídeos, sino el sonido como tal.

Resulta que desde siempre uso #Linux, pero parece que apenas estos días, los servidores de sonido como #PulseAudio o #ALSA ya no funcionan como tal, y deben ser reemplazados con PipeWire.

Igual y podría haber una solución menos drástica, pero como a mí me funcionó, les paso el dato.

Pipewire (or, more accurately, its use of Pulse) has been problematic for some time, often selecting an HDMI output rather than stereo audio via the on-board sound device, then I found this somewhere (didn't note where):

load-module module-remap-sink sink_name=stereo-downmix master=alsa_card.pci-0000_2a_00.4.analog-stereo channels=6 master_channel_map=front-left,front-left,front-right,front-right,front-left,front-right channel_map=front-left,center,center,front-right,rear-left,rear-right

Change the ‘master’ parameter to match your hardware (as I did, using the PCI address of the on-board HD audio controller), stick that line in /etc/pulse/default.pa (or, presumably, ~/.config/pulse/default.pa), restart the sound server and all should be well.

I've been using Linux on my desktop for nearly 30 years and i still don't understand how to get sound working properly and reliably.

Searching for some kind of distro-agnostic 2025 Linux audio general best practices guide... What should I be using (ALSA, jack, pulse, pipewire?), how can I configure multiple sound devices (onboard, HDMI, USB, Bluetooth), set my preferred inputs and outputs and levels on each, toggle between them properly, and have those settings persist after logout, reboot, or removal/addition of devices?

#linux#alsa#jack