phonfieldwork is a package for phonetic fieldwork research and experiments. This package make it easier:
.TextGrid, ELAN .eaf, EXMARaLDA .exb, Audacity .txt and subtitles .srt)vignette("ethical_research_with_phonfieldwork").For more ditails see tutorial.
The main goal of the phonfieldwork package is to make a full research workflow from data collection to data extraction and data representation easier for people that are not familiar with programming. Hovewer most of the phonfieldwork funnctionality can be found in other software and packages:
.TextGrid manipulation could be done with Praat, R packages rPraat and textgRid, the Python package ‘pympi’).eaf manipulationcould be done with ELAN, the R package FRelan and the Python package ‘pympi’
tuneR
signal, tuneR, seewave, phonTools, monitor, warbleR, soundgen and many othersInstall from CRAN:
install.packages("phonfieldwork")
Get the development version from GitHub:
install.packages("remotes")
remotes::install_github("agricolamz/phonfieldwork")
Load a library:
library(phonfieldwork)
In order to work with some rmarkdown functions you will need to install pandoc, see vignette("pandoc") for the details.