21w20b
What's New
Changed the defaults of --preset
, --tune
, and --constant_rate_factor
to unset
.
Dev Stuff
Removed this line of code:
sys.path.append(os.path.abspath(dirPath))
in favor of using relative imports like audiotsm2 and most other python projects.
Replaced many, but not all of the f-strings with {}.format()
Full Changelog: 21w20a...21w20b