Hello, I recently upgraded from jammy jellyfish to noble nimbat 24.04 LTS with a fresh install Using a Mackie Onyx board connected via Firewire. Everything was working great in jammy and was connecting with qjackctl 44.1K sample and 32 frames.. had very low latency and no x-runs On new install it will only start the JACK server @ 48K/1024 NO MATTER what setting I pass to it. It will always revert to 48K/1024. It works at that setting , however the latency at that frame rate is around 28ms when tracking in Adour. Which makes it unusable. I have tinkered for hours, searched on the forums, searched the web and cannot seem to come to a solution. I have a feeling it has something to do with pipewire being the default in the newest ubuntu studio, but it is beyond my technical ability to know what it happening Any help would be greatly appreciated!!! Cheers!!!
I don't know ardour at all but I'm aware of pipewire difficulties in some situations which have been overcome by moving sound settings back to pulse. Give that a try to see if it works for you as well.
Code-tags --- Boot-Repair --- Grub2 wiki & Grub2 Basics --- RootSudo --- Wireless-Info --- SolvedThreads --- System-Info-Script
QJackCtl cannot control pipewire-jack. You can set the sample rate and Quantum (buffer size) per session from a terminal using Code: pw-metadata -n settings 0 clock.force-quantum 512 pw-metadata -n settings 0 clock.force-rate 48000 There are various GUIs available for this as well. https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/home You can also set Sample Rate and Quantum with Ubuntu Studio Audio Configuration (set them before starting Ardour). https://ubuntustudio.org/audio-configuration/ Have you tried using Ardour's ALSA back-end?
pw-metadata -n settings 0 clock.force-quantum 512 pw-metadata -n settings 0 clock.force-rate 48000
Last edited by bobunderwood99; August 1st, 2024 at 04:13 AM. Reason: Audio Configuration
"Just because you can do it doesn't mean you should do it." "If it ain't broke don't fix it."
Followed the guide in the link and used Ubuntu Studio Audio Configuration to set. Works perfectly Now!! I am now able to change the setting at will.. Figured it would be something simple! Just was not sure how it was handled in 24.04. Great information in the links Thank you @ bobunderwood99
I'm glad it's working for you now. Please mark the thread as solved.
Ubuntu Forums Code of Conduct