Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@OrangeChannel OrangeChannel released this 02 Oct 00:42
· 4 commits to master since this release

Version 6

Added new function concat to concatenate multiple audio files with the same extension (and therefore same codec hopefully but that's a layer 8 issue) just by using a list of filenames and a desired output file.

Important changes

  • All path parameters now accept only a string, not a path-like object or anything from the path/os modules
  • Trims must end in a None now when slicing to the end of the clip, 0 has been deprecated since 4.2.0 but it's removed now
  • The eztrim and concat function now return the outfile path as a string

Less important changes:

  • Giving the single trim (None, None) will quit early without running FFmpeg
  • Debugging has completely changed and there are decent tests now
  • Now uses Black coding style

Full changelog: v5.4.1...v6.0.0

Get the release from PyPI:

python3 -m pip install --user --upgrade acsuite-orangechannel==6.0.0
or
pip install --upgrade acsuite-orangechannel