Skip to content

Commit

Permalink
chore(format): run black on main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 2fa9ea8 commit 2fef3ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rvc/infer/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ def convert_audio(
print(f"Converted audio chunk {len(converted_chunks)}")

if split_audio:
audio_opt = merge_audio(chunks, converted_chunks, intervals, 16000, self.tgt_sr)
audio_opt = merge_audio(
chunks, converted_chunks, intervals, 16000, self.tgt_sr
)
else:
audio_opt = converted_chunks[0]

Expand Down

0 comments on commit 2fef3ec

Please sign in to comment.