Skip to content

Commit 2c191a4

Browse files
committed
Изменение метода change_rms на статический
1 parent e32510b commit 2c191a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rvc/infer/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
# Класс для обработки аудио
2424
class AudioProcessor:
25+
@staticmethod
2526
def change_rms(
26-
self,
2727
source_audio: np.ndarray,
2828
source_rate: int,
2929
target_audio: np.ndarray,

0 commit comments

Comments
 (0)