bugfix notm match sending sampling rateand input sampling rate to rvc

This commit is contained in:
wataru 2023-04-08 05:04:59 +09:00
parent 5465f6e1c3
commit 4e0d2a24a3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -363,7 +363,7 @@ export const DefaultServerSetting_RVC: ServerInfo = {
rvcQuality: 0,
modelSamplingRate: 48000,
inputSampleRate: 24000,
inputSampleRate: 48000,
//
status: "ok",