mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
fixed class name VocieChangerSettings to VoiceChangerSettings
This commit is contained in:
parent
dfe2f502c8
commit
138d17719c
@ -28,7 +28,7 @@ class VoiceChangerModel(Protocol):
|
||||
|
||||
|
||||
@dataclass
|
||||
class VocieChangerSettings():
|
||||
class VoiceChangerSettings():
|
||||
inputSampleRate: int = 24000 # 48000 or 24000
|
||||
|
||||
crossFadeOffsetRate: float = 0.1
|
||||
|
Loading…
Reference in New Issue
Block a user