humlab-speech / superassp

A wrassp super-package that re-exports all the functionality of wrassp, and adds the ability to get Praat and MATLAB signals into SSFF format.
https://humlab-speech.github.io/superassp/
2 stars 1 forks source link

Make example Praat wrapper functions able to take a vector of beginTime and endTime values #3

Closed FredrikKarlssonSpeech closed 3 years ago

FredrikKarlssonSpeech commented 4 years ago

In the current implementation of the praat_formant_burg function, beginTime and endTime values are not vectors. They should be.

FredrikKarlssonSpeech commented 3 years ago

With the new add_trackDefintion function of reindeer, this is not really needed anymore since the loop over files now occur in that function primarily, and not in the signal processing function.