CREPE parameters #730
wyhauyeung
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any chance anyone knows if I can alter the below parameters of CREPE for training/infer ?
The models I trained sounds good, but sometimes I found that the "tuning speed" is too fast (i.e. like extreme auto-tune) and is not natural enough. I wonder if I can actually alter some parameters per below and see if that can chane anything
// Temporal smoothing
By default CREPE does not apply temporal smoothing to the pitch curve, but Viterbi smoothing is supported via the optional --viterbi command line argument. //
// Timestamps
CREPE uses 10-millisecond time steps by default, which can be adjusted using the --step-size option, which takes the size of the time step in millisecond. For example, --step-size 50 will calculate pitch for every 50 milliseconds.//
Beta Was this translation helpful? Give feedback.
All reactions