Skip to content

Commit

Permalink
🎨 format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jun 26, 2024
1 parent d90c862 commit 6af9e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/utils/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from io import BytesIO

import numpy as np
import pyrubberband as pyrb
import soundfile as sf
from pydub import AudioSegment, effects
import pyrubberband as pyrb

INT16_MAX = np.iinfo(np.int16).max

Expand Down
6 changes: 4 additions & 2 deletions scripts/download_audio_backend.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import os
import shutil
import tempfile
import urllib.request
import zipfile
from tqdm import tqdm
from pathlib import Path
import tempfile

from tqdm import tqdm

from modules.utils.constants import ROOT_DIR

BIN_DIR_PATH = Path("./ffmpeg")
Expand Down

0 comments on commit 6af9e24

Please sign in to comment.