Parselmouth
Parselmouth copied to clipboard
Praat in Python, the Pythonic way
Can parselmouth be used to extract linear predictive coding coefficients?
Hello, I am doing some tests to migrate from praat script to parselmouth. May you give some example for using the croos_correlate function? My praat script is (part of): ```...
Hi Yannick, I cleaned up the `docs/conf.py` file (https://github.com/YannickJadoul/Parselmouth/issues/107) I also: - Deleted unnecessary commenting "#" - Standardized the header section comments (--------_header section_--------) - More general cleanup
I'm on Python 3.10 and cmake 3.27.8 When building with `python -m build --wheel --no-isolation` cmake isn't found: ``` ERROR Missing dependencies: cmake>=3.18 ``` python-cmake-build-extension is present but seems not...
Just a tracking issue in case anyone is wondering where the new Python 3.12 wheels are. There are still a couple of things on the list, which need to happen...
I recently used Parselmouth, but my deployment server was read-only (Vercel) so I can't save the audio file that was coming from the client. This can be resolved if Parselmouth...
Sorry,I can’t install Paeselmouth on a linux platform with arm. Have you got a vision for this.
Hi community, I came across `ERROR: Failed building wheel for praat-parselmouth` when I do `pip install praat-parselmouth` or `pip install praat-parselmouth==0.4.2`. OS: Ubuntu-22.04.2 Python: 3.10.6 Full output (too long to...
*Before submitting your issue, please check the following points, and then remove this text. Thank you!* - Someone else might already have run into the same problem. Please check the...