mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
change default f0det to onnx_rmvpe
This commit is contained in:
parent
654de69533
commit
7febd37198
11
client/demo/dist/index.html
vendored
11
client/demo/dist/index.html
vendored
@ -1 +1,10 @@
|
||||
<!doctype html><html style="width:100%;height:100%;overflow:hidden"><head><meta charset="utf-8"/><title>Voice Changer Client Demo</title><script defer="defer" src="index.js"></script></head><body style="width:100%;height:100%;margin:0"><div id="app" style="width:100%;height:100%"></div></body></html>
|
||||
<!DOCTYPE html>
|
||||
<html style="width: 100%; height: 100%; overflow: hidden">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Voice Changer Client Demo</title>
|
||||
<script defer src="index.js"></script></head>
|
||||
<body style="width: 100%; height: 100%; margin: 0px">
|
||||
<div id="app" style="width: 100%; height: 100%"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
1255
client/demo/dist/index.js
vendored
1255
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -390,7 +390,7 @@ export const DefaultServerSetting: ServerInfo = {
|
||||
|
||||
|
||||
f0Factor: 1.0,
|
||||
f0Detector: F0Detector.dio,
|
||||
f0Detector: F0Detector.rmvpe_onnx,
|
||||
|
||||
tran: 0,
|
||||
noiseScale: 0,
|
||||
|
@ -6,7 +6,7 @@ class RVCSettings:
|
||||
gpu: int = -9999
|
||||
dstId: int = 0
|
||||
|
||||
f0Detector: str = "harvest" # dio or harvest
|
||||
f0Detector: str = "rmvpe_onnx" # dio or harvest
|
||||
tran: int = 12
|
||||
silentThreshold: float = 0.00001
|
||||
extraConvertSize: int = 1024 * 4
|
||||
|
Loading…
Reference in New Issue
Block a user