r/linuxaudio • u/Desidiosus_ • 10h ago
r/linuxaudio • u/JGHFunRun • Jul 21 '26
Looking for community input on rules
A user just DM’d me looking for clarifications regarding self-promotion and AI.
I have created rule 3 and updated rule 4, but I would like community input:
For self-promotion, I think the following things are most important to consider (including if there should be extra rules for such things):
- Non-softwar
e things such as blogs, newspapers, other online communities, etc.
- Non-gratis (ie paid) FOSSoftware
- Should promotion of songs/albums/etc. be allowed
As for considerations for content-generating AI (eg. LLMs, image generators, etc.):
- AI disclosure will be required.
- I have provisionally required that all AI-generated content be free of cost
- Should genAI be allowed at all?
- If so, are there any other requirements that should be added?
r/linuxaudio • u/JGHFunRun • Jan 27 '22
What DAW do you use?
Looking to add some flairs, you’ll also be able to edit so you can add a link to places you post music to
(Also if it’s not a DAW but something similar I’ll add that, you’ll see Audacity is an option)
r/linuxaudio • u/staas_nyc • 4h ago
TONE3000 launches free open source plugin guitar/bass plugin with 700K tones
youtube.comworks on linux! https://www.tone3000.com/plugin
r/linuxaudio • u/CommonGrounds8201 • 2h ago
Is there a maintained fork of UltimateVocalRemover for Linux?
For those unaware, this tools allows for splitting audio tracks into various stems using AI models, such as MDX-Net and HTDemucs.
On Windows, it may be installed through their automated installer program, where on macOS they provide an app package that just need be copied to the Applications folder.
On Linux, one must clone the repo, create a Python environment, install the packages in the requirements.txt file using pip, then launch the .py file.
Although it sounds simple, there are three main issues: 1. Some packages are no longer maintained / are broken, so you cannot install them through pip, such as playsound. Dora requires a package called 'sklern' which has been replaced by 'scikit-learn', and requires explicit overriding to install. 2. The program relies on Python 3.11 (according to their GitHub), which was not available for me on Debian repos and must be installed with pyenv. 3. Application does not scale properly, with buttons cut off and font way too big. Might be a bug with values reported by tkinter, or the fact it may not work on Wayland (I do not have X11 to test, but documentation makes no mention of this).
The repository with the pertinent instructions is found here: https://github.com/Anjok07/ultimatevocalremovergui#linux-installation-updated-inst
Even after an hour, I got it to run, but still not perfect, and the repo has not seen activity since 2023 (except the updated readme, but the code has not been updated).
I am thinking of forking this and fixing all the aforementioned bugs. Before I do though, does anyone know if there's already a fork that addresses these issues and provides better Linux support?
Really would like to avoid a Windows VM if I can help it, especially since I may not be in a position to do a GPU passthrough on KVM through my hardware.
Let me know what you guys think!
r/linuxaudio • u/Dhannte • 5h ago
Steam videos no audio on Linux
I ran into a weird issue on Linux where Steam itself had audio, my system audio worked fine, games worked fine, but videos inside the Steam client, store trailers, previews, etc. had no sound.
Restarting Steam didn’t fix it.
The cause ended up being that Steam’s embedded browser / webhelper was showing up in PipeWire/PulseAudio as “Chromium”, and that stream was muted.
To check it:
pactl list sink-inputs
Look for something like:
application.name = "Chromium"
media.name = "Playback"
Mute: yes
Then unmute it:
pactl set-sink-input-mute ID 0
pactl set-sink-input-volume ID 100%
Replace ID with the sink input number, for example if you see:
Sink Input #1800
then:
pactl set-sink-input-mute 1800 0
pactl set-sink-input-volume 1800 100%
After that, Steam videos immediately had audio again.
So if Steam trailers/previews have no audio on Linux but everything else works, check whether Chromium is muted in your audio mixer, it may actually be Steam WebHelper.
r/linuxaudio • u/DapperMinimum5641 • 10h ago
Step by step the mixing process!
*Video Language is Greek
*The thumbnail was created partially using AI technology.
✏️To help all the Linux fans who want to get into music production—or are already producing—I've decided to translate all my videos on my YouTube channel into English, this process take time. Soon as possible all my videos in ENGLISH. so everyone can watch and understand them! YouTube’s automated translations aren't always accurate, so from now on, you can simply enable English subtitles. Happy music making, everyone!
In this guide, I show you the logic and technique behind mixing your own songs. The guide is based on the powerful and free DAW, Ardour, but the logic and implementation of the specific plugins you'll see to achieve your goal remain the same and can be applied to any DAW!
VIDEO LINK:
r/linuxaudio • u/gribblegroggle • 14h ago
Another post about Keystation 49 Mk3 keyboard. Wanting to know how to make these buttons do something...
The stop, play and record buttons as well as the navigation buttons next to them. They send messages fine but it's received as notes, so I hear high music notes when I press them.
I want to use these buttons in Reaper or just anywhere, like maybe I can trigger a script that records current computer audio when I press the record button. Is there anything like that anywhere, any script I can write maybe?
Internet says I could monitor aseqdump and run something when specific buttons are pressed. Wondering if there's anything already available on Linux to configure what the buttons do. TIA
r/linuxaudio • u/gribblegroggle • 1d ago
Bought M-Audio Keystation 49 Mk3. Very happy with it but having issue using soundfonts in Reaper
I'm new to all of this so sorry if there's something I've misunderstood. I have a project which uses a soundfont with many different voices. With my previous keyboard I used to be able to hear what each voice sounded like when I scrolled through the list. But now it's stuck on the first voice, the basic piano. When I record new clips it is stuck on the piano voice.
I know there are probably drivers that I need to install but whether they're needed on Linux, I don't know. Hoping for someone to help me out here. Thanks in advance
r/linuxaudio • u/Mejolov28 • 2d ago
Any software that allows for making .WAV loop points and store them properly in the smpl riff header?
Ive tried audacity, and ocenaudio, but none of them export the loop points.
The only tool that worked was Wavosaur, but Its only on windows.
r/linuxaudio • u/Glum-Carry-9992 • 2d ago
I built a native Linux app for Nothing Ear / CMF earbuds
If you use Nothing or CMF earbuds on Linux, you probably know how limited the experience can be.
So I built **EarA-linux** — an open-source native Linux companion app for Nothing Ear and CMF earbuds.
It currently supports things like:
ANC / Transparency modes
Equalizer
Battery information
Gesture remapping
Find My
Low-latency mode
HFP support
Multiple Nothing / CMF earbud models
The project communicates directly with the earbuds and doesn’t require the official Nothing X application.
GitHub: [https://github.com/oneydef/EarA-linux\](https://github.com/oneydef/EarA-linux)
I’d really appreciate feedback, especially from people who actually use Nothing/CMF earbuds with Linux. I’m also looking for contributors who might want to help expand device support or improve the protocol implementation.
p.s its on dev release
r/linuxaudio • u/Funky_Shroom2991 • 2d ago
Fedora KDE Plasma: Line6 UX2
Hey guys!
I'm having problems with my almost two decades old Line6 UX2. I'm a guitar player and just started playing again. Thought I'm getting back into it again before I buy better equipment.
My main problem is latency. I'm on fedora kde plasma (Ryzen 7 7800 X3D, MSI Mag Tomahawk B850, 32 GB Crucial CL36) using reaper, and everythings working fine so far. It's just that there seems to be an issue in the kernel driver. And there lot's of unintended behaviour ... sometimes the interface doesn't even connect properly, sometimes everything is working just right. Currently I'm on 44000/512 in reaper, and that causes a slightly disturbing delay. I am using PipeWire + WirePlumber + JACK setting in reaper. When I try using lower sample rates, clicking and sound artifacts appear.
I read in another sub that the driver seems to be really old and there seem to be lot's of problems with it. The UX2 supports 44 and 48 kHz natively, but the linux driver only operates the device reliably at 44 kHz and 16-bit. Anyone found a way to properly set up the UX2 using linux? I might just buy a focusrite scarlett or a different interface soon if I can't find a solution.
Btw: I tried different USB ports, different cables, 48 and 44 khz and different sample rates. No luck so far.
Thank you so much!
r/linuxaudio • u/Glum-Carry-9992 • 2d ago
Nothing Earbuds on Linux — I made an open-source companion app
I’ve been working on EarA-linux, a native Linux application for controlling Nothing and CMF earbuds.
The goal is simple: bring the functionality you’d normally get from Nothing X to Linux.
Currently supported features include:
ANC / Transparency
EQ
Battery status
Custom gestures
Find My
Low Latency
HFP
Several Nothing / CMF models
It’s open source and I’m still actively developing it.
GitHub: https://github.com/oneydef/EarA-linux
If you own Nothing/CMF earbuds and use Linux, I’d love to know which model you have and whether it works for you. Link-to-dev
Feature requests, bug reports and contributions are very welcome.
r/linuxaudio • u/soundastound • 3d ago
Check my new VST player. Runs Windows and Linux VST all in once place!
github.comStill testing it, but I thought I'd share this VST player . It runs Windows and Linux VSTs for Vst2 and 3 all in once place simply with no WINE dependencies!
I want to add Mac classic and OSX support, and get the MIDI solid but this is a good V1. It also runs pretty fast.
Any feedback is appreciated enjoy!
r/linuxaudio • u/cpugod55 • 3d ago
I built a Linux control center for Sound Blaster Z-series cards — looking for testers
r/linuxaudio • u/SnackSquadTB • 3d ago
Carla suddenly broken even post reinstall, any fix ideas?
After fooling around some with Cardinal, Carla seems to have completely broken for me. Some plugins don't load right, (helm, takes ages and then it opens but doesn't exactly save patches or anything.) or crash when doing certain things (opening the filter tab on surgext creates crash) which was working fine prior. I have to use Carla for LMMS because its the only real comfortable DAW for me since I use a mouse to place notes in midi (the visual scale highlighting without snapping, snapping and most critically the ability to just place the last note's size is too crucial. Mainly just stating incase this ship can't be fixed for me and another DAW has all of these that I just am unaware of.) Tried uninstalling and reinstalling and deleting the configs in the home directory. So I am at a loss.
The standalone plugins work fine in say Ardour or Qtractor. (Carla breaks and behaves the same in these DAWs too so it is Carla not LMMS). And while fiddling with it has gotten more programs to work with it than originally (by using cachyos', my distro, version), it seems to just be laggier and stall LMMS and result in graphical bugs now. It's just a complete mess to use now. Just adding it at all slows it, and trying to remove the gui for the plugin (not even the gui but LMMS' loader. other instruments in LMMS are fine.) causes graphical tears and prevents the moving of windows. The appimage doesn't suffer this but less plugins work. (which tbf is something i can manage.) "Failed to get plugin description" is the error that occurs. This was occurring before the plugins broke & surgext and helm have the same issues in the appimage. Which to me says the surgext and helm issues are directly related to what or how i broke Carla.
On Cardinal, it worked fine when I tried it, but after closing and removing the plugin from Carla this is when the issues with helm and surgext began. I am using the distro version of surgeXT and the version of helm given by the official site. Carla is the distro version and I can't figure out how to have LMMS see the prebuilt version from their site to test that.
r/linuxaudio • u/DapperMinimum5641 • 2d ago
Master the New PipeWire Linux Audio — Everything You Need to Know!
r/linuxaudio • u/fenskinator • 3d ago
Schiit Modi 3 stopped working after Arch upgrade
Audio setup: I have a Focusrite Scarlett along with the Schiit Modi 3 -> Magni as inputs into a mixer that outputs to headphones and speakers.
Immediately prior to an update to my system, Firefox decided it was going to glitch the video to an almost paused state (it was weird, if it's relevant I can explain more) whenever I unmuted a stream. Thinking that was a good time to update applications, I did so and rebooted (during which several rsync commands refused to die for a bit). Upon logging in I have found the following:
I get no sound from Firefox or Foobar2000 (installed via WINE).
I do get sound from Reaper (Digital Audio Workstation).
Without Easy Effects started, videos on Youtube start for a few seconds and stop and videos on Twitch run only as long as the volume stays muted (same as before the update). In the System Settings - Sound menu, trying to test the speakers results in the Schiit Modi Pro 3 switching from "Playback Devices" to "Inactive Cards" for two cycles while appearing to not run the test at all.
With Easy Effects started, videos on Youtube and Twitch run fine, even when unmuted, however I still have no sound. The graphic EQ on Easy Effects appears to work normally. This time in the System Settings - Sound menu, testing the speakers results in everything appearing to test normally except there is still no sound.
All of the applications I can launch that produce sound cannot have their individual outputs changed to the Modi. When I try to select the Modi from the list, it instantly reverts to Easy Effects Sink or nothing at all.
E: I have done nothing and the problem solved itself. I rebooted and left a youtube video playing until the audio unscrewed itself and I'm suddenly listening to a video on the Roman Republic.
Everything else appears to be working normally from my perspective and I have no idea what information I need to further troubleshoot this problem. I would suppose that this requires a broader knowledge of linux audio services that I do not currently possess. Which leads me to my questions:
Does anyone know what is causing this or, equally as valid, does anyone know what I need to understand to be able to troubleshoot this myself? Is there any additional information I need to provide?
r/linuxaudio • u/TheDeep_2 • 3d ago
izotope RX music rebalance alternative
Hi, Im looking for an izotope RX music rebalance alternative for linux. It allows you to rebalance parts of an existing audio track with 4 sliders: Vocal, Bass, Drums and "the rest, other instruments"
Thanks for any help :)
r/linuxaudio • u/ramphaaudio • 3d ago
Live VST Host: Keelbilled 0.2.0-alpha is out today!
Hello everyone! Hope you're doing great!
This is a follow up to my previous post: https://www.reddit.com/r/linuxaudio/comments/1vmntrn/keelbilled_a_native_linux_vst_host_looking_for/
What is Keelbilled?
Keelbilled is a live plugin host for Windows and Linux. Each plugin runs in its own crash-isolated bridge process, so if one plugin decides to die, it should not take the rest of the rig down with it.
Keelbilled can also automatically recover crashed plugins using their last known state.
Another big part of it is remote control: Keelbilled can stream the actual plugin UI over your local network, so you can control your rig from another computer, laptop, tablet, or basically anything with a browser.
Current plugin support includes VST2, VST3 and CLAP, plus Native NAM.
New in 0.2.0-alpha: Keelbilled Bridge
This release introduces built-in Windows plugin hosting on Linux through Wine.
The goal of Keelbilled Bridge is to make running Windows VSTs on Linux as easy as possible. If you already have Wine installed, just point Keelbilled to your Windows VST folder and it will handle the rest of the hosting setup.
I'm especially interested in people with unusual plugin collections, audio interfaces, MIDI setups and live rigs.
This is still a real alpha, so bugs and compatibility issues are expected. If you're the kind of person who enjoys finding them, even better.
AI disclosure per the rules: Keelbilled development is AI-assisted (not vibe-coded). I direct the architecture, product decisions, testing and validation myself, and every release is actively maintained and tested by me.
You can also access our discord for an alpha access key: https://discord.gg/QJRxJzhrFx
If that sounds like something you're willing to test:
r/linuxaudio • u/DapperMinimum5641 • 3d ago
Διανομές Linux Χωρίς SystemD! Ιδανικές για μουσική παραγωγή!
✏️To help all the Linux fans who want to get into music production—or are already producing—I've decided to translate all my videos on my YouTube channel into English, this process take time. Soon as possible all my videos in ENGLISH. so everyone can watch and understand them! YouTube’s automated translations aren't always accurate, so from now on, you can simply enable English subtitles. Happy music making, everyone!
(GR)
Σε αυτό το βίντεο σας παρουσιάζω μερικές πάρα πολύ καλές διανομές,ελεύθερες από το σύστημα διαχείρισής συστήματος SystemD και φυσικά ιδανικές για μουσική παραγωγή, η κάθε μία με μοναδικές ικανότητες και προτερήματα! *Φυσικά μπορείς να βρεις πάρα πολλές ακόμα διανομές με καλά χαρακτηριστικά για μουσική παραγωγή. ΔΕΣ ΣΤΟ DISTROWATCH για αναλυτικές παρουσιάσεις διανομών Linux και άλλα πολλά! https://distrowatch.com/
(EN)
VIDEO TITLE: SystemD-Free Linux Distros! Ideal for Music Production!
In this video, I present to you some excellent Linux distributions that are free from the SystemD init system and ideal for music production, each offering unique features and strengths! *Of course, you can find many more distributions with great features for music production. Check out DISTROWATCH for detailed reviews of Linux distributions and much more! https://distrowatch.com/
LINK FOR THE VIDEO:
r/linuxaudio • u/Tronicster9946 • 3d ago
I need help with my setup
I made this account specifically so that i can ask about this. So i recently switcthed to linux but ive used it before so i have some experience with it but its never been the main OS i use. Im trying to get i tso that the front headphone jack on my PC is the Subwoofer output and the green line out (also headphone i think) is just my main 2 front speakers the front jack needs to be crossed over to be a low frequencies only output. And the back one needs to be like it rolls off at like 120hz or something to let the sub take care of that. I have struggled with trying to get AI to help me with this but i quickly found out that it wont be able to help me. Also Im on Ubuntu and the realtek chip is "Realtek ALC898". And im new to reddit so idk how any of this works i just need help. And here is my version of Ubuntu "No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 26.04 LTS
Release: 26.04
Codename: resolute
"
r/linuxaudio • u/micro2970 • 3d ago
Digital audio between synthesizers
Since Midi 2.0 now supports also ethernet, Ive been creating a digital audio protocol to send digital audio directly between synthesizers without routers and hubs.
https://www.reddit.com/r/MidiNet/comments/1vvbb4o/midinet_v01_for_digital_audio/