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

what is frameshift in Swipe #7

Open
tuanad121 opened this issue Jul 19, 2017 · 3 comments
Open

what is frameshift in Swipe #7

tuanad121 opened this issue Jul 19, 2017 · 3 comments

Comments

@tuanad121
Copy link

I realize that Swipe has st: streng threshold and dt: sample rate parameters. But I'm not sure which of them is frameshift.

@kylebgorman
Copy link
Owner

if by "frameshift" you mean the time increment between output pitch samples, that's dt.

The strength threshold is a value in the range [0, 1]: all pitch measurements that fall below the threshold are replaced with NANs (see the pitch function in swipe.c).

@tuanad121
Copy link
Author

I see, the strength threshold is like voiced/unvoiced threshold. If pitch fall below the threshold, we mark the frame as unvoiced.

@kylebgorman
Copy link
Owner

kylebgorman commented Jul 20, 2017 via email

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