From da7dee427a00b32d69e772785d88bd9b3612161c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:11:10 +0900 Subject: [PATCH] chore(format): run black on dev (#30) --- infer/lib/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infer/lib/audio.py b/infer/lib/audio.py index e406ab8..78eb5cb 100644 --- a/infer/lib/audio.py +++ b/infer/lib/audio.py @@ -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)