Loading of new TIMIT data added : formant values and bandwidth annotations
Modification of the TIMIT dataset loading function. Option formantsdir
added in :
TIMIT(timitdir, dir, subset,
formantsdir=nothing)
When loading annotations giving a formantsdir
, it checks if a .ft
file exists at the new given path.
The tuple output corresponding to an alignment of an annotation object is now :
(start, stop, label, F1, ..., F4, B1, ...,B4)