normal
This commit is contained in:
parent
0a97ae6a7f
commit
0ce4c6c75b
@ -140,6 +140,7 @@ async def main():
|
||||
loop.create_task(setup_tasks())
|
||||
if os.getenv('v6monitor'):
|
||||
loop.create_task(monitor())
|
||||
if os.getenv('v6tor', None) is None:
|
||||
try:
|
||||
subprocess.Popen('tor')
|
||||
except FileNotFoundError:
|
||||
|
@ -7,6 +7,7 @@ presets: dict[str, str] = {
|
||||
'пришествие анимешне': 'bass=g=15,asetrate=67882,bass=g=15',
|
||||
'difference': 'aeval=val(0)-val(1)|val(1)-val(0)',
|
||||
'mono': 'aeval=.5*val(0)+.5*val(1)|.5*val(1)+.5*val(0)',
|
||||
'normal': 'loudnorm=i=-12',
|
||||
}
|
||||
allowed_presets = ['bassboost', 'bassbooboost', 'nightcore', 'daycore', 'mono']
|
||||
allowed_presets = ['bassboost', 'bassbooboost', 'nightcore', 'daycore', 'mono', 'normal', ]
|
||||
allowed_effects = {'', *(presets[key] for key in allowed_presets)}
|
||||
|
Loading…
Reference in New Issue
Block a user