implement fcpe

This commit is contained in:
icecoins 2024-01-11 21:05:57 +08:00 committed by GitHub
parent cc4783b85c
commit cc72b93198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];