extractWord | R Documentation |
Extract from a wav file with reference to a TextGrid.
extractWord(
x,
word,
tier = "Word",
ignore_case = TRUE,
instance = "random",
wd = getwd()
)
x |
path to a TextGrid |
word |
word to search for |
tier |
name of word tier in TextGrid |
ignore_case |
default is 'TRUE' |
instance |
instance of word in TextGrid to extract. Default extracts a random instance. Can also be numeric (row number) |
wd |
working directory for Praat to use. Accepts relative paths. |
Extracts section of wav file corresponding to word and saves in format name_wordi.wav where name is the original name, word is the word and x is the numeric instance.
density
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.