momentarylapse / tsunami

A simple but powerful audio editor
GNU General Public License v3.0
76 stars 4 forks source link

Crashes during repeated recording and playback #6

Closed momentarylapse closed 1 year ago

momentarylapse commented 2 years ago

Sometimes (very irregularly), after recording or playback in a loop, pulseaudio starts complaining about buffer underruns. Then, more and more slow-down manifests, until the program is unusable or crashes. Two main theories:

This issue has been around for a long time. I just want to migrate from my internal bug tracker into the public space, giving more pressure...

momentarylapse commented 2 years ago

Well, pulseaudio is still complaining, but I fixed the slow-down and crash!

Problem was, we were saving all the warning messages in the log system (including additional data). And since the rate of these messages was so high, we simply ran out of memory.

So, as a quick fix, we now ignore messages, that occur to often :P

momentarylapse commented 1 year ago

This is kind of fixed, by now.

(there are still more annoyances with pulseaudio, but this specific issue has been resolved)