Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting amplitude envelope #120

Open
sarkadava opened this issue Apr 8, 2024 · 1 comment
Open

Extracting amplitude envelope #120

sarkadava opened this issue Apr 8, 2024 · 1 comment

Comments

@sarkadava
Copy link

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 issues implementing it into Python.

@YannickJadoul
Copy link
Owner

@sarkadava, do you about a way to do it with Praat? Cause Parselmouth provides the Python interface to Praat, but I do not know everything that Praat can do.

And do you have some more details? How do you do it in R?
Does it work with the Hilbert transform? Python just has it in the SciPy library: https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.hilbert.html
Or I also found these resources: https://www.youtube.com/watch?v=qp1G3a2g8r0 (with this and this Praat script) and https://www.zora.uzh.ch/id/eprint/127258/1/HeDellwo_Interspeech2016.PDF. If you want to use an existing Praat script from Python, Parselmouth do that, and I an help with that if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants