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

Pitch contour takes too long to generate #4

Open
darcywong00 opened this issue Jun 1, 2021 · 0 comments
Open

Pitch contour takes too long to generate #4

darcywong00 opened this issue Jun 1, 2021 · 0 comments

Comments

@darcywong00
Copy link
Contributor

I'm capturing issues as emailed to me by @terrygibbs


Users of Speech Analyzer primarily make use of the Waveform graph and Pitch graph. The Waveform Graph is used for both playing back the Audio Recording and provides a way for users to enter time-aligned phonetics data along with an English Gloss of the data. The Pitch Graph is used to show the Pitch Contour and view the rise and fall of the audio sound which can then be used to identify the pitch sounds that are part of the audio recording.

There are two mathematical routines in Speech Analyzer that analyze the Audio Recording. One is
used for showing the Waveform Graph and the other is used for showing the Pitch Contour Graph.
The calculations needed for analyzing the Waveform and producing the graph are fairly straight
forward. However producing an analysis of the Pitch is more complex and takes time to generate.

The issue in Speech Analyzer is that the algorithm that is used to generate the Pitch contour is taking too long to generate. Part of this is due to the complexity of the math routine, but a part of this is caused by using too much mathematical precision in the calculation.

The solution to making the pitch graph show up quickly it to use a lot less mathematical data.

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

No branches or pull requests

1 participant