-- Leo's gemini proxy

-- Connecting to republic.circumlunar.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Preventing Audacity from crashing when using PulseAudio


I found that Audacity would crash whenever the Playback Device in the Devices section of Preferences was set to "pulse" or "default".


This can be fixed by launching Audacity like this:


Exec=env PULSE_LATENCY_MSEC=100 audacity

I fixed it "permanently" by modifying my Audacity launcher file, which is in /usr/share/applications/audacity.desktop.


I changed the line starting "Exec=" to:


Exec=env PULSE_LATENCY_MSEC=100 audacity %F

More info is on the Audacity forum.


Originally posted at 2015-07-03 13:44:45+00:00. Automatically generated from the original post : apologies for the errors introduced.


Audacity forum

original post

-- Response ended

-- Page fetched on Sun May 19 07:55:11 2024