Skip to content

Commit

Permalink
Merge pull request #207 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 Jan 20, 2024
2 parents 46d8aa3 + 10140a4 commit 847ec7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rvc/train/slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import soundfile
import numpy as np


class Slicer:
def __init__(
self,
Expand Down Expand Up @@ -142,6 +143,7 @@ def slice(self, waveform):

return chunks


def get_rms(
y,
frame_length=2048,
Expand Down

0 comments on commit 847ec7b

Please sign in to comment.