mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-15 19:17:41 +01:00
Make default segment size for cutting 3.0s for OOM prevention on fp32 GPUs (10 series/1660ti)
It will change to 3.7 on capable GPUs like it did before
This commit is contained in:
@@ -45,7 +45,7 @@ class PreProcess:
|
||||
)
|
||||
self.sr = sr
|
||||
self.bh, self.ah = signal.butter(N=5, Wn=48, btype="high", fs=self.sr)
|
||||
self.per = 3.7
|
||||
self.per = 3.0
|
||||
self.overlap = 0.3
|
||||
self.tail = self.per + self.overlap
|
||||
self.max = 0.9
|
||||
|
||||
Reference in New Issue
Block a user