mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 10:10:23 +08:00
Merge branch 'fumiama:dev' into dev
This commit is contained in:
@@ -14,6 +14,7 @@ audio_format_dict: Dict[str, str] = {
|
|||||||
"mp4": "aac",
|
"mp4": "aac",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def wav2(i: BytesIO, o: BufferedWriter, format: str):
|
def wav2(i: BytesIO, o: BufferedWriter, format: str):
|
||||||
inp = av.open(i, "r")
|
inp = av.open(i, "r")
|
||||||
format = video_format_dict.get(format, format)
|
format = video_format_dict.get(format, format)
|
||||||
|
|||||||
Reference in New Issue
Block a user