Skip to content

21w20b

Compare
Choose a tag to compare
@WyattBlue WyattBlue released this 22 May 07:29
· 1202 commits to master since this release

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