We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If input F0 to Synthesis contains low but non-zero values (around 10Hz or so), the program will crash and give the following error:
gel: interp.c:84: ERROR: x values must be monotonically increasing HNR modification ...Default GSL error handler invoked.
This is caused by multiples of F0 in harmonics analysis falling into a single FFT bin (hence x values not monotonically increasing).
User fix: manually clip your F0 values to be above 40Hz.
Developer fix: clip F0 values in Synthesis and add a warning message.
The text was updated successfully, but these errors were encountered:
ljuvela
No branches or pull requests
If input F0 to Synthesis contains low but non-zero values (around 10Hz or so), the program will crash and give the following error:
This is caused by multiples of F0 in harmonics analysis falling into a single FFT bin (hence x values not monotonically increasing).
User fix: manually clip your F0 values to be above 40Hz.
Developer fix: clip F0 values in Synthesis and add a warning message.
The text was updated successfully, but these errors were encountered: