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

chore(format): run black on dev (#30)

This commit is contained in:
github-actions[bot]
2024-06-11 13:11:10 +09:00
committed by GitHub
parent 9d699b1d99
commit da7dee427a

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)