mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
implement fcpe
This commit is contained in:
parent
cc4783b85c
commit
cc72b93198
@ -56,6 +56,7 @@ export const F0Detector = {
|
||||
crepe_tiny: "crepe_tiny",
|
||||
rmvpe: "rmvpe",
|
||||
rmvpe_onnx: "rmvpe_onnx",
|
||||
fcpe: "fcpe",
|
||||
} as const;
|
||||
export type F0Detector = (typeof F0Detector)[keyof typeof F0Detector];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user