(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, '
Cognitive impairment impacts vowel articulation in people with Parkinson's disease
What is it about?
We assessed cognitive impairment and vowel articulation in 48 people with Parkinson's disease and 15 healthy controls on a series of speech tasks including sustained vowel sounds, a reading passage, and a picture description task. Vowel articulation was more impaired in those participants with Parkinson's disease and cognitive impairment, compared to participants with Parkinson's disease with normal cognitive function or controls. Vowel articulation in these individuals is impacted by cognitive impairment and the type of speech task.
Why is it important?
Vowel articulation is variable in people with Parkinson's disease, and cognitive impairment may play a greater role than previously appreciated. These findings are relevant to the further development of speech-based digital biomarkers. This study may also help speech therapists personalize their approach to patients with Parkinson's disease with cognitive symptoms.