v4.1.1
New file structure and now installable through pip
. Documentation has also been updated.
API changes:
- Added
quiet
keyword-only parameter to silence most of FFmpeg's and MKVToolNix's output during the subprocess commands. - Changed
ffmpeg_path
behavior to allow for users withffmpeg
in their PATH to specify an empty string''
to prevent FFmpeg from being used (which results in just a.mka
output and not a WAV file).
The portable version (just a basic Python script) is available below if you want to manually update. Before updating through pip
, uninstall/delete your current acsuite.py
file.