1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 09:10:25 +08:00

Merge branch 'fumiama:dev' into dev

This commit is contained in:
Alex Murkoff
2024-06-11 12:10:32 +07:00
committed by GitHub

View File

@@ -14,6 +14,7 @@ audio_format_dict: Dict[str, str] = {
"mp4": "aac",
}
def wav2(i: BytesIO, o: BufferedWriter, format: str):
inp = av.open(i, "r")
format = video_format_dict.get(format, format)