mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-02-23 13:39:00 +01:00
Fixed grammar
This commit is contained in:
parent
cac996a23c
commit
2c43dcb579
@ -707,7 +707,7 @@ default_data = {
|
|||||||
'instrumentalModel': '', # Path to instrumental (not needed if not used)
|
'instrumentalModel': '', # Path to instrumental (not needed if not used)
|
||||||
'vocalModel': '', # Path to vocal model (not needed if not used)
|
'vocalModel': '', # Path to vocal model (not needed if not used)
|
||||||
'stackModel': '', # Path to stacked model (not needed if not used)
|
'stackModel': '', # Path to stacked model (not needed if not used)
|
||||||
'useModel': '', # Either 'instrumental' or 'vocal'
|
'useModel': 'instrumental', # Either 'instrumental' or 'vocal'
|
||||||
# Stack Options
|
# Stack Options
|
||||||
'stackPasses': 0,
|
'stackPasses': 0,
|
||||||
'stackOnly': False,
|
'stackOnly': False,
|
||||||
@ -721,8 +721,8 @@ default_data = {
|
|||||||
'n_fft': 2_048,
|
'n_fft': 2_048,
|
||||||
# Resolution Type
|
# Resolution Type
|
||||||
'resType': 'kaiser_fast',
|
'resType': 'kaiser_fast',
|
||||||
# Parsed constants should be fixed
|
# Whether to override constants embedded in the model file name
|
||||||
'manType': False, # Override model name cosntants
|
'manType': False,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user