# NOT RUN {
##################################
# prerequisite: loaded ae emuDB
# (see ?load_emuDB for more information)
# query loaded "ae" emuDB for all "i:" segments of the "Phonetic" level
sl = query(emuDBhandle = ae,
query = "Phonetic == i:")
# get the corresponding formant trackdata
td = get_trackdata(emuDBhandle = ae,
seglist = sl,
ssffTrackName = "fm")
# get the corresponding F0 trackdata
# as there is no F0 ssffTrack defined in the "ae" emuDB we will
# calculate the necessary values on-the-fly
td = get_trackdata(emuDBhandle = ae,
seglist = sl,
onTheFlyFunctionName = "ksvF0")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab