From e9e0e02db3842ec45a6b52ae8dcea16676285373 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 May 2019 16:04:17 +0200 Subject: [PATCH] doc/user.rst: use ".. note:" --- doc/user.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/user.rst b/doc/user.rst index c92a3de55..dcd518680 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -802,10 +802,12 @@ You can verify whether the real-time scheduler is active with the ps command: The CLS column shows the CPU scheduler; TS is the normal scheduler; FF and RR are real-time schedulers. In this example, two threads use the real-time scheduler: the output thread and the rtio (real-time I/O) thread; these two are the important ones. The database update thread uses the idle scheduler ("IDL in ps), which only gets CPU when no other process needs it. -Note -~~~~ +.. note:: -There is a rumor that real-time scheduling improves audio quality. That is not true. All it does is reduce the probability of skipping (audio buffer xruns) when the computer is under heavy load. + There is a rumor that real-time scheduling improves audio + quality. That is not true. All it does is reduce the probability of + skipping (audio buffer xruns) when the computer is under heavy + load. Using MPD *********