Parselmouth icon indicating copy to clipboard operation
Parselmouth copied to clipboard

Praat in Python, the Pythonic way

Results 25 Parselmouth issues
Sort by recently updated
recently updated
newest added

While Parselmouth does run with the just released numpy 2, it's output may be faulty. For example, ```python >>> ... >>>sound = pm.Sound(x, fs) >>>pitch = sound.to_pitch_ac(time_step=0.001) >>>pitch.ts()[:9] ``` prints...

In the new version of Praat, there are two more algorithms of f0 tracking: `To Pitch (filtered ac)` and `To Pitch (filtered cc)`. How could we call these using Parselmouth?...

Is there a way how to implement parselmouth to script for extracting amplitude envelope with use of Hilbert and Hanning window? I have working script in R but I encounter...

As I was playing with CMake build process, I found that `scikit-build` folks have their own python build backend. I tried to switch to it and I think I'm successful...

This PR updates the `pybind11` library to the latest v2.13.1 to resolve #125. In doing so, the handling of Praat's array of strings has been modified (`praat.cpp`). The original ```c++...