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:
committed by
GitHub
parent
9d699b1d99
commit
da7dee427a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user