mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-20 18:45:32 +01:00
Encode code optimizations
This commit is contained in:
@@ -263,7 +263,7 @@ def initialize():
|
||||
BITRATE = check_setting_int(CFG, 'General', 'bitrate', 192)
|
||||
SAMPLINGFREQUENCY= check_setting_int(CFG, 'General', 'samplingfrequency', 44100)
|
||||
ENCODE = bool(check_setting_int(CFG, 'General', 'encode', 0))
|
||||
ADVANCEDENCODER = = check_setting_int(CFG, 'General', 'advancedencoder', '')
|
||||
ADVANCEDENCODER = check_setting_int(CFG, 'General', 'advancedencoder', '')
|
||||
|
||||
if not LOG_DIR:
|
||||
LOG_DIR = os.path.join(DATA_DIR, 'logs')
|
||||
|
||||
Reference in New Issue
Block a user