From cc72b93198868507c4ac2224516521a8e1a9c188 Mon Sep 17 00:00:00 2001 From: icecoins <92659856+icecoins@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:05:57 +0800 Subject: [PATCH] implement fcpe --- client/lib/src/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib/src/const.ts b/client/lib/src/const.ts index 69d3f193..76db00f6 100644 --- a/client/lib/src/const.ts +++ b/client/lib/src/const.ts @@ -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];