(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Cepstral analysis of voice: what CPP/CPPS mean, why they matter, and how to use them
What is it about?
Many people with voice problems describe their voice as hoarse, rough, breathy, or weak. Clinicians often try to measure these changes using computer analysis of recorded speech. But some common voice measurements can become unreliable when the voice is very irregular. This article explains a more reliable approach called cepstral analysis, in simple terms, and focuses on two widely used measures (often shortened to CPP and CPPS). We describe what these measures are trying to capture, essentially, how “clear and steady” the voice signal is compared with background noise or irregular vibration, and how the results can change depending on what a person says (holding a vowel like “aaa” versus speaking in sentences) and how the measurement is computed in different software. We also summarize research findings on how these measures relate to voice disorder severity and tracking improvement with treatment, and we compile typical reference values when studies report them.
Why is it important?
What makes this paper unique is that it turns cepstral measures (CPP/CPPS) from “numbers on a screen” into something clinicians, students, and researchers can use confidently. It explains the concepts in more comprehensible terms and, importantly, clarifies why CPP/CPPS results can change across software, versions, and settings, sometimes by a large amount, so people don’t apply the wrong cutoff or compare results unfairly. This is timely because cepstral analysis is now widely used (including in more automated and remote workflows), and the paper can improve consistency, reduce misinterpretation, and support more reliable voice assessment and treatment tracking.