Skip to content

Commit

Permalink
Merge pull request #619 from IAHispano/formatter-main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Aug 21, 2024
2 parents ffee01f + eb5b0f8 commit fd06c97
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions rvc/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ def load_audio_infer(

command = [
stft,
"-i", temp_file_path,
"-q", str(formant_qfrency),
"-t", str(formant_timbre),
"-o", f"{temp_file_path}_formatted.wav"
"-i",
temp_file_path,
"-q",
str(formant_qfrency),
"-t",
str(formant_timbre),
"-o",
f"{temp_file_path}_formatted.wav",
]
subprocess.run(command, shell=True)
formatted_audio_path = f"{temp_file_path}_formatted.wav"
Expand Down

0 comments on commit fd06c97

Please sign in to comment.