1
0
mirror of synced 2024-11-23 23:21:03 +01:00

Merge pull request #2160 from tkyaji/missing_traceback

fix: The import for traceback is missing.
This commit is contained in:
RVC-Boss 2024-06-30 15:05:40 +08:00 committed by GitHub
commit c31c7bce4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ import ffmpeg
import numpy as np
import av
from io import BytesIO
import traceback
def wav2(i, o, format):