Skip to content

There should be no need for a stonemask after harvest. #66

@Hiroshiba

Description

@Hiroshiba

In the sample of demo.py, stonemask is performed after harvest, but since stonemask is supposed to be used only for dio, it may be less correct if it is.

_f0_h, t_h = pw.harvest(x, fs)
f0_h = pw.stonemask(x, _f0_h, t_h, fs)
sp_h = pw.cheaptrick(x, f0_h, t_h, fs)
ap_h = pw.d4c(x, f0_h, t_h, fs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions