From 5f6c91e67d3a815aa52b2d2301c19f9a5f1bc63b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 17 Mar 2017 11:49:17 +0100 Subject: Set thread priority for PipelinedModCodec threads --- src/ModPlugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ModPlugin.cpp') diff --git a/src/ModPlugin.cpp b/src/ModPlugin.cpp index 314a689..34ad797 100644 --- a/src/ModPlugin.cpp +++ b/src/ModPlugin.cpp @@ -119,6 +119,7 @@ int PipelinedModCodec::process(Buffer* dataIn, Buffer* dataOut) void PipelinedModCodec::process_thread() { set_thread_name(name()); + set_realtime_prio(1); while (m_running) { std::shared_ptr dataIn; -- cgit v1.2.3