implement fcpe

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

View File

@ -82,6 +82,7 @@ PitchExtractorType: TypeAlias = Literal[
"crepe_tiny", "crepe_tiny",
"rmvpe", "rmvpe",
"rmvpe_onnx", "rmvpe_onnx",
"fcpe",
] ]
ServerAudioDeviceType: TypeAlias = Literal["audioinput", "audiooutput"] ServerAudioDeviceType: TypeAlias = Literal["audioinput", "audiooutput"]