View source: R/praat_slicefunctions.R
praat_dsi | R Documentation |
This function computes the Dysphonia Severity Index (DSI) \insertCiteWuyts:2000vbsuperassp as implemented into Praat by \insertCiteMaryn.2017.10.1016/j.jvoice.2017.01.002;textualsuperassp. The user is asked to supply data.frames indicating the "absolute_file_path" as well as "start", and "end" times for parts of sound files that together form the basis for the DSI computation for a speaker.
praat_dsi(
softDF,
highpitchDF,
maxprolongedDF,
stableDF = NULL,
use.calibration = FALSE,
db.calibration = 10,
speaker.name = NULL,
speaker.ID = NULL,
speaker.dob = NULL,
session.datetime = NULL,
pdf.path = NULL,
overwrite.pdfs = FALSE,
praat_path = NULL
)
softDF |
A data.frame containing the file path and start and end times of samples indicating the softest voice production of the speaker. |
highpitchDF |
A data.frame containing the file path and start and end times of samples from which the highest f0 of the speaker can be computed. |
maxprolongedDF |
A data.frame containing the file path and start and end times of samples indicating maximally prolonged vowels of the speaker. |
stableDF |
An optional data.frame containing the file path and start and
end times of samples indicating a stable sustained vowel. If not provided,
the |
use.calibration |
Should a calibration factor be added to measured intensities before computing DSI? |
db.calibration |
The number of dB:s to be added to measured intensity values before computing DSI. |
speaker.name |
An optional name of the speaker. Only used when PDF output is produced. |
speaker.ID |
An ID of the speaker. This will be included in the list output. |
speaker.dob |
An optional date of birth of the speaker. Only used when PDF output is produced. |
session.datetime |
A string indicating the session date (and time). Only used when PDF output is produced. |
pdf.path |
A path where a PDF report file will be produced. |
overwrite.pdfs |
Should existing PDF files be overwritten in the PDF output directory? Defaults to a safe behavior where older PDFs are not overwritten. |
praat_path |
An explicit path to the Praat binary. |
The user has to indicate at least one sample in which the participant speaks
as softly as possible (softDF
), at least one sample from which the maximum
f~0~ could be deduced (highpitchDF
), at least one sample where a single
vowel is maximally prolonged (maxprolongedDF
). The user can also provide a
sample of a maximally stable vowel (stableDF
), but if such a sample is not
provided then the (maxprolongedDF
) sample will be reused instead for the
computation of the DSI sub-component Jitter. The user may submit multiple
sound samples for all these sets of acoustic inputs, and the sounds files
will then be combined before the DSI sub components are computed. The largest
Maximum performance time will be used.
A list with the following fields:
The speaker speaker + session identifier of the output
The speakers maximum phonation time.
The intensity of the participants softest voice (in dB)
The maximum f~0~ frequency (in Hz)
The five-point Period Pertubation Quotient measurement (in %)
The resulting Dysphonia Severity Index
A meta-analysis in which 1330 healthy participants (aged 17.3−94) were included indicated an average DSI of 3.05 in healthy speakers, with a confidence level between 2.13 and 3.98 \insertCiteSobol.2020.10.1016/j.jvoice.2020.04.010superassp.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.