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

F0 flutter is applied incrementally #7

Open
chdh opened this issue Mar 16, 2019 · 0 comments
Open

F0 flutter is applied incrementally #7

chdh opened this issue Mar 16, 2019 · 0 comments

Comments

@chdh
Copy link

chdh commented Mar 16, 2019

The F0 flutter value, calculated with the 3 sine waves of 12.7, 7.1 and 4.7 Hz, is applied incrementally:

frame->F0hz10 = frame->F0hz10 + (long) delta_f0;

But according to the Klatt 1990 paper, the computed value is already the absolute F0 delta at a specific point in time. It's not a value that has to be integrated over time. The integration has the effect, that F0 wanders around unlimited.

I'm assuming that Klatt never released the source code of this F0 frequency modulation, so we can't refer to the original source code.

@chdh chdh changed the title F0 fullter is applied incrementally F0 flutter is applied incrementally Jun 9, 2019
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

1 participant