Last chance! 50% off unlimited learning
Sale ends in
Build a data frame createwith vocalisation statistics
makeVocalStatsDataset(
dir = c("data/Pitt/Dementia/cookie", "data/Pitt/Control/cookie"),
sildir = NULL,
silsuffix = "c.mp3.csv",
srdir = "data/Pitt/speech_rate/",
srsuffix = "sra",
sprate = T
)
a session's vocalisation feature stats
a string or vector containing the location (directory path) of the DementiaBank transcript files (.cha files)
directory where silence csv files are stored
the suffix of the silence profile files 'c.mp3.csv'. The format of such files should be the format used by Audacity label files, i.e. 'start time, end time, label' (without header), where 'label' should be 'silence'
directory where speech rate csv (1 value per utterance) files are stored
the suffix of the speech rate files (default: sre)
compute speech rate? (not in use yet)
if (FALSE) {
makeVocalStatsDataset(dir=c('ADReSS-IS2020-data/train/transcription/cc/',
'ADReSS-IS2020-data/train/transcription/cd/'),
sildir='ADReSS/silence/',
srdir='ADReSS/speech_rate/',
silsuffix='.wav-sil.csv')
}
Run the code above in your browser using DataLab