#pipewire — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pipewire, aggregated by home.social.
-
It's amazing how many things work better after you add pipewire-jack to them before they load. Even #flatpak applications that are supposed to be #pipewire enabled still work better if I frontload them with pw-jack.
This was true for me with #Ardour and the new #Audacity4.
-
It's amazing how many things work better after you add pipewire-jack to them before they load. Even #flatpak applications that are supposed to be #pipewire enabled still work better if I frontload them with pw-jack.
This was true for me with #Ardour and the new #Audacity4.
-
It's amazing how many things work better after you add pipewire-jack to them before they load. Even #flatpak applications that are supposed to be #pipewire enabled still work better if I frontload them with pw-jack.
This was true for me with #Ardour and the new #Audacity4.
-
It's amazing how many things work better after you add pipewire-jack to them before they load. Even #flatpak applications that are supposed to be #pipewire enabled still work better if I frontload them with pw-jack.
This was true for me with #Ardour and the new #Audacity4.
-
It's amazing how many things work better after you add pipewire-jack to them before they load. Even #flatpak applications that are supposed to be #pipewire enabled still work better if I frontload them with pw-jack.
This was true for me with #Ardour and the new #Audacity4.
-
PipeASIO: ASIO bridge for PipeWire released in version 1.6.0 https://playingtux.com/en/articles/2026/09/pipeasio-v160-released/ #Linux #Gaming #LinuxGaming #LinuxAudio #ASIO #Wine #PipeWire
-
PipeASIO: ASIO bridge for PipeWire released in version 1.6.0 https://playingtux.com/en/articles/2026/09/pipeasio-v160-released/ #Linux #Gaming #LinuxGaming #LinuxAudio #ASIO #Wine #PipeWire
-
PipeASIO: ASIO bridge for PipeWire released in version 1.6.0 https://playingtux.com/en/articles/2026/09/pipeasio-v160-released/ #Linux #Gaming #LinuxGaming #LinuxAudio #ASIO #Wine #PipeWire
-
PipeASIO: ASIO bridge for PipeWire released in version 1.6.0 https://playingtux.com/en/articles/2026/09/pipeasio-v160-released/ #Linux #Gaming #LinuxGaming #LinuxAudio #ASIO #Wine #PipeWire
-
PipeASIO: ASIO bridge for PipeWire released in version 1.6.0 https://playingtux.com/en/articles/2026/09/pipeasio-v160-released/ #Linux #Gaming #LinuxGaming #LinuxAudio #ASIO #Wine #PipeWire
-
I love Linux. It's just so good.
I keep a laptop on an arm next to my desktop, usually running a show or an audiobook while I game. Only problem: getting its audio into my desktop headset.
PipeWire handles it. One command on the laptop, one on the desktop, and the desktop is now the laptop's audio sink.
Then last night I thought, why am I still typing IP addresses into a terminal? So I wrote a GNOME extension for it. It finds the other machine on its own and tunes the audio buffer when the network gets busy.
#Linux #PipeWire #GNOME -
CHIPFORGE is a tracker, synthesizer, drum machine and reactive visualizer built directly for PipeWire.
Chiptune. Fat 808s. Classic hip-hop. Vaporwave. Lo-fi. Generate a theme, mutate it, let it evolve and export the results as WAV, stems and MIDI.
No browser. No subscription. No Python setup. Just download it, light the fuse and make something.
Now available for Linux:
-
Configured #PipeWire for my #RME Babyface Pro FS so that all audio is sent to both the speaker as well as the headphone outputs.
https://codeberg.org/autostatic/gists/raw/branch/main/babyface-pro-fs.conf
-
🎛️ CsoundQt: Programarea sunetului pe Linux într-un mediu grafic complet!CsoundQt este un mediu de dezvoltare integrat (IDE) frontend creat special pentru limbajul de programare audio Csound, unul dintre cele mai puternice și versatile motoare de sinteză și procesare audio din lumea open-source.✨ Ce oferă CsoundQt pentru creatori și ingineri de sunet pe Linux?🎚️ Interfață grafică interactivă (Widgets):• Permite crearea rapidă de controale vizuale (glisoare, butoane, analizoare de frecvență, potmetri) legate direct de parametrii codului Csound. Utilizatorii pot manipula sunetul în timp real fără a edita manual textul în timpul redării.📝 Editor de cod inteligent:• Include evidențierea sintaxei (syntax highlighting), completare automată, autocompletare pentru opcode-uri Csound și un documentator integrat care oferă acces instantaneu la manualul oficial Csound.⚡ Sintetizator & Procesor în timp real:• Se integrează impecabil cu serverele audio profesionale din Linux (JACK Audio Connection Kit și PipeWire), asigurând latență minimă, suport MIDI extins și posibilitatea de a înregistra semnalul direct pe disc.🐍 Integrare Python & Scripting:• Suportă scripturi Python pentru automatizarea sarcinilor complexe, generarea algoritmică de compoziții muzicale sau crearea de interfețe personalizate avansate.Un instrument esențial pentru designeri de sunet, compozitori de muzică electroacustică și cercetători audio care doresc să combine puterea Csound cu facilitățile unui mediu vizual modern! 🚀#CsoundQt #Csound #LinuxAudio #AudioEngineering #SoundDesign #OpenSource #TechNews #LinuxEasy #FOSS #PipeWire
-
⚙️ Native capture per OS: #ScreenCaptureKit + VideoToolbox on #macOS, Windows.Graphics.Capture with NVENC/QuickSync/AMF on #Windows, xdg-desktop-portal + #PipeWire on #Linux, into crash-safe fragmented MP4
📦 Built with #Rust and #Tauri, #React shell for presentation only, exports to MP4, WebM or GIF at 24/30/60 fps, projects stored locally
-
If you use #Linux on your desktop, the foundation you *should* support is not the Linux foundation, but rather the @XOrgFoundation AKA freedesktop.org. The X.Org foundation is the home of:
- #X11
- #Wayland
- #Mesa
- #Noveau
- #DBus
- #GRUB
- #GStreamer
- #PulseAudio
- #PipeWire
- #NetworkManager
- the Linux kernel graphics subsystem
- the #XDG base directory specification
- and more!Also, development of what would later become #Flatpak started here.
These projects have a way stronger impact on your day-to-day computing experience than anything managed by the Linux foundation.
-
TIL: IRQ based scheduling in PipeWire is exactly what it says: scheduling based on IRQ. That is the IRQ your audio interface or onboard audio is using. So it has nothing to do with controlling that IRQ.
When using IRQ scheduling with PipeWire you're disabling dynamic buffer switches (timer-based scheduling)¹. Enabling the "Pro audio" profile for your interface or device, if available, should enable IRQ scheduling².
¹ https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Features-Walkthrough#how-does-pipewire-implement-some-features
² https://docs.pipewire.org/page_man_pipewire-props_7.html#node-prop__api_alsa_disable-tsched -
For my future reference re: crackling audio after suspend on Fedora 44 KDE (Thinkpad P14s Gen 5).
These don't help:
- Disabling wireplumber suspend or RTKit canary.
- Restarting wireplumber/pipewire.I note the system clock is also wrong. Disable NTP and change the system time manually (press apply), then enable NTP again, and suddenly all audio crackling is gone.
Now I just need to remember to check this post next time this happens.
-
🎶 Srova: Playerul audio pentru Linux conceput special pentru pasionații de înaltă fidelitate (Audiophile)!
Pentru melomani și utilizatorii care apreciază sunetul de cea mai înaltă calitate, a apărut Srova, un player audio open-source creat de la zero pentru a satisface cerințele riguroase ale comunității de audiofili pe Linux.
✨ Principalele caracteristici și puncte forte ale Srova:
🎧 Redare audio Bits-Bit & Bit-Perfect:
• Ocolește procesarea intermediară a sunetului oferită de serverele de sunet standard, trimitând semnalul direct către DAC (Digital-to-Analog Converter) prin intermediul ALSA sau al profilurilor speciale din PipeWire pentru o claritate audio impecabilă.🎼 Suport extins pentru formate High-Resolution (Hi-Res):
• Suportă nativ formate audio de înaltă rezoluție și compresie fără pierderi (lossless), precum FLAC, WAV, DSD (DSF/DFF), ALAC și APE, gestionând rate de eșantionare de până la 384kHz/32-bit și DSD passthrough.🎨 Interfață curată și gestionare avansată a bibliotecii:
• O interfață grafică modernă, minimalista, axată pe colecția de muzică. Oferă organizare impecabilă pe bază de metadate (metatag-uri avansate), afișare de coperti la rezoluție înaltă și suport pentru fișiere .cue.⚙️ Integrare avansată cu PipeWire și ALSA:
• Permite selecția facilă a dispozitivelor de ieșire audio, configurarea ratelor de eșantionare fixe sau dinamice și reducerea latenței la minimul posibil.Un instrument excelent pentru utilizatorii de Linux care doresc să își pună în valoare căștile de monitorizare și echipamentele audio externe! 🚀
#Srova #Audio #Linux #Audiophile #HiResAudio #FLAC #PipeWire #OpenSource #TechNews #LinuxEasy #FOSS
-
"CameraCtrls" is the best webcam configuration app I know on Linux, extremely useful for videoconferencing: https://flathub.org/apps/hu.irl.cameractrls
…but its presets management UI is very confusing. I have reported my observations here: https://github.com/soyersoyer/cameractrls/issues/109
-
PipeASIO: ASIO bridge for PipeWire released in version 1.4.3 https://playingtux.com/en/articles/2026/08/pipeasio-v143-released/ #Linux #Gaming #LinuxGaming #PipeWire #Wine #ASIO #LinuxAudio
-
PipeASIO: ASIO bridge for PipeWire released in version 1.4.1 https://playingtux.com/en/articles/2026/08/pipeasio-v141-released/ #Linux #Gaming #LinuxGaming #ASIO #PipeWire #Wine #OpenSource #LinuxAudio
-
🎸 Soundshed Guitar aduce modelarea neurală de procesoare și amplificatoare de chitară pe Linux!
Chitariștii care folosesc Linux au un nou motiv de bucurie: Soundshed Guitar, o aplicație care aduce tehnologia avansată de modelare neurală a amp-urilor și efectelor audio direct pe desktop-ul open-source!
✨ Principalele caracteristici Soundshed Guitar:
🧠 Modelare Neurală (NAM / Neural Amp Modeler):
• Permite încărcarea și simularea ultra-precisă a amplificatoarelor, cabinetelor și pedalelor de chitară reale, folosind modele bazate pe inteligență artificială și rețele neurale.🎛️ Lanț flexibil de efecte:
• Interfață intuitivă pentru configurarea și combinarea simulărilor de amp-uri, răspunsurilor la impuls (IR - Impulse Responses) și efectelor de modulație, delay sau reverb.⚡ Latenta scazută și integrare audio:
• Suport excelent pentru driverele audio de performanță din Linux (PipeWire / JACK), asigurând un răspuns instantaneu la cântatul în timp real.💻 Interfață modernă și prietenoasă:
• Ușor de utilizat direct pe scenă sau în studio, oferind acces rapid la preseturi și ajustarea parametrilor fără complicații.🔓 Ecosistem deschis:
• Compatibil cu mii de modele gratuite create de comunitatea globală de muzicieni și producători.Soluția perfectă pentru procesarea chitarei la nivel profesional pe Linux! 🚀
#Soundshed #LinuxAudio #OpenSource #Guitar #NAM #NeuralAmpModeler #PipeWire #MusicProduction #LinuxGaming #SoftwareLibre
-
damn even legoshi has linux problems
#tomodachilife #legoshi #beastars #linux #pulseaudio #pipewire
-
Didn't have a chance to have a look at this vibe coded #pipewire control center app yet.
-
Cerchi una soundboard completa per Linux con integrazione PipeWire e supporto ai desktop moderni? Linux Soundboard offre prestazioni elevate e tante funzioni dedicate. #Linux #OpenSource #PipeWire #Wayland #GTK4
https://www.linuxeasy.org/arriva-la-soundboard-nativa-per-linux-con-pipewire-e-microfono-virtuale/ -
💡 TIP: Control and quickly adjust your audio output volume directly from the Linux command line using "wpctl" (WirePlumber Control CLI). You do not need to look up the default sink ID. Just use the built-in @DEFAULT_AUDIO_SINK@ alias:
wpctl set-volume @DEFAULT_AUDIO_SINK@ 40%
Verify:
wpctl get-volume @DEFAULT_AUDIO_SINK@
Volume: 0.40NB. On PipeWire-based Linux systems like @fedora @opensuse etc
#ZikTIPS #Linux #LinuxTips #PipeWire #WirePlumber #CommandLine #CLI #OpenSource #FOSS #SysAdmin
-
#Linux Weekly Roundup for July 12th, 2026: #KDE Plasma 6.6.6, #Proton 11, KDE Frameworks 6.28, #Debian 13.6, #Cinnamon goes full #Wayland, #PeaZip 11.2, #GStreamer 1.28.5, #Wireshark 4.6.7, #Ubuntu 25.10 EOL, TUXEDO OS Debian rebase, #PipeWire 1.6.8, #COSMIC Frosted Glass, and more https://9to5linux.com/9to5linux-weekly-roundup-july-12th-2026
-
(more Linux news in original post)
Simple GOG client for Linux Minigalaxy version 1.4.2 is out now:
https://www.gamingonlinux.com/2026/07/simple-gog-client-for-linux-minigalaxy-version-1-4-2-is-out-now/Wine 11.13 arrives with better support for input pointers and more:
https://www.gamingonlinux.com/2026/07/wine-11-13-arrives-with-better-support-for-input-pointers-and-more/Proton 11 Officially Released with Support for More Games Running on Linux:
https://9to5linux.com/proton-11-officially-released-with-support-for-more-games-running-on-linuxDXVK 3.0.1 Brings Improvements for Fallout 3, Black Mesa, and Empire Earth 2:
https://9to5linux.com/dxvk-3-0-1-brings-improvements-for-fallout-3-black-mesa-and-empire-earth-2D7VK 1.12 brings more CPU optimizations and fixes for retro Direct 3D games on Linux:
https://www.gamingonlinux.com/2026/07/d7vk-1-12-brings-more-cpu-optimizations-and-fixes-for-retro-direct-3d-games-on-linux/PipeWire 1.6.8 Improves JACK/MIDI Support for Ardour, SOFA Filter, and More:
https://9to5linux.com/pipewire-1-6-8-improves-jack-midi-support-for-ardour-sofa-filter-and-morexorg-server 21.1.24 and xwayland 24.1.13 released to fix more security issues:
https://www.gamingonlinux.com/2026/07/xorg-server-21-1-24-and-xwayland-24-1-13-released-to-fix-more-security-issues/GStreamer 1.28.5 Multimedia Framework Adds Support for H.266/VVC Decoding:
https://9to5linux.com/gstreamer-1-28-5-multimedia-framework-adds-support-for-h-266-vvc-decodingVulkan Video H.264/H.265 Encode Now Working For Intel Alchemist GPUs On Linux:
https://www.phoronix.com/news/Intel-ANV-Gen125-H265-Encode(FOSS news in comments)
#WeeklyNews #News #Linux #LinuxNews #Minigalaxy #GOG #Wine #Proton #DXVK #D7VK #PipeWire #XOrg #X11 #GStreamer #Vulkan #LinuxGaming #Gaming #FosseryTech
-
Per anni l'audio su Linux ha significato scegliere tra PulseAudio e JACK, e farli litigare.
PipeWire 1.6 ha chiuso la partita: un solo sistema, e funziona. 👇
https://gomoot.com/dal-caos-pulseaudio-jack-alla-maturita-di-pipewire-1-6/ -
Gerade eben habe ich es endlich vollbracht, die sample rate für den USB zu S/PDIF Konverter unter Linux Mint zu erhöhen. Bisher 48k HZ, neu 96k Hz.
Der Grund für die Bemühungen war, dass die sample rate einen Einfluss auf den Frequenzgang der Musik hat. Ob das am Konverter oder am Verstärker in den Lautsprechern liegt, weiss ich nicht.
Nun freue ich mich darüber, dass die Musik wieder wie gewohnt (zuvor unter Windows) klingt!
-
Gerade eben habe ich es endlich vollbracht, die sample rate für den USB zu S/PDIF Konverter unter Linux Mint zu erhöhen. Bisher 48k HZ, neu 96k Hz.
Der Grund für die Bemühungen war, dass die sample rate einen Einfluss auf den Frequenzgang der Musik hat. Ob das am Konverter oder am Verstärker in den Lautsprechern liegt, weiss ich nicht.
Nun freue ich mich darüber, dass die Musik wieder wie gewohnt (zuvor unter Windows) klingt!
-
Gerade eben habe ich es endlich vollbracht, die sample rate für den USB zu S/PDIF Konverter unter Linux Mint zu erhöhen. Bisher 48k HZ, neu 96k Hz.
Der Grund für die Bemühungen war, dass die sample rate einen Einfluss auf den Frequenzgang der Musik hat. Ob das am Konverter oder am Verstärker in den Lautsprechern liegt, weiss ich nicht.
Nun freue ich mich darüber, dass die Musik wieder wie gewohnt (zuvor unter Windows) klingt!
-
Successfully built and set up #pipewire with #mediasession for my custom #mimicOS #linux distro. Yay, I've got sound now!
However, #wireplumber still fails to cooperate - will need more research and debugging. Such a tiresome piece of software...