Pyraat
Pyraat copied to clipboard
Interface for running Praat scripts through Python
This just adds a new parser for more complicate scripts which output multiple tracks with different parameters.
I added failed test for another pl settings. I think using `shutils.rmtree` is better in [reinit](https://github.com/mmcauliffe/python-praat-scripts/blob/master/praatinterface/Praat.py#L26) And using [tempfile.mkdtemp](https://docs.python.org/3/library/tempfile.html#tempfile.mkdtemp) instead of `self.script_dir` for parallel processing? How do you think?
Hello, I'm quite interested in this project as we are working with Praat as part of our feature extraction process. I also need to include V/UV (text grid) in my...