uttTG | R Documentation |
Create a Praat TextGrid marking speech onset and offset
uttTG(wave, outfile, begin = NULL, end = NULL, transcription = NULL)
wave |
Required. Either a |
outfile |
If not |
begin |
Integer. The first SAMPLE in the |
end |
Integer. The last SAMPLE in the |
transcription |
Character. The transcription of the segment between the |
A praat TextGrid file.
data("samp_wav")
uttTG(samp_wav, outfile = "samp_tg.TextGrid",
transcription = c("why what do you mean asked the detective"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.