mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-30 19:31:20 +00:00
Continued monkey patching fairseq for RVC python 3.11
This commit is contained in:
@@ -20,8 +20,8 @@ import os
|
||||
import logging
|
||||
|
||||
DEBUG_PREFIX = "<RVC module>"
|
||||
INPUT_FILE_PATH = "rvc_input.wav" #"./data/tmp/rvc_input.wav"
|
||||
OUTPUT_FILE_PATH = "rvc_output.wav" #"./data/tmp/rvc_output.wav"
|
||||
INPUT_FILE_PATH = "data/tmp/rvc_input.wav" #"./data/tmp/rvc_input.wav"
|
||||
OUTPUT_FILE_PATH = "data/tmp/rvc_output.wav" #"./data/tmp/rvc_output.wav"
|
||||
|
||||
def rvc_process_audio():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user