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

Implement an infrastructure allowing the calling of COVAREP functions #18

Open FredrikKarlssonSpeech opened 2 years ago

FredrikKarlssonSpeech commented 2 years ago

https://github.com/covarep/covarep

FredrikKarlssonSpeech commented 1 year ago

This issue is the next step when https://github.com/humlab-speech/superassp/issues/30 has been solved.

We need to make sure that we can go on to integrate also functions in a more complex library into R cllable code , and "formant_CGDZP" and "peakdet " may be good first functions to get working.

TomasSkotare commented 1 year ago

Is running octave compliant code an option, e.g. using wrappers such as https://github.com/blink1073/oct2py (or similar, for R)

The COVAREP codebase seems to support the use of octave instead of MATLAB...

FredrikKarlssonSpeech commented 1 year ago

I have never gotten the "octave-compatible" version of covarep to work to be honest. But if it is just because I am less competent, so sure! Anything that works is a solution!