ardour/libs/backends/pulseaudio
Mads Kiilerich 9c0c4f527b audio_backend: Merge is_realtime() into client_real_time_priority()
The description of is_realtime() did not match its actual use. And
client_real_time_priority() did not have any description. It was
hard to come up with good descriptions of what they actually did.

Most backends returned true from is_realtime(), but every one except
JACK used the default implementation of client_real_time_priority() that
returned 0 ... which is exactly the same as when is_realtime() returns
false. Just merge them and keep it simple.
2024-10-22 01:54:43 +02:00
..
pulseaudio_backend.cc audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
pulseaudio_backend.h audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
wscript wscript: drop repeated autowaf.set_options - it is enough to set at top level 2023-10-15 10:47:16 -06:00