Auto-Editor 26.3.x produces empty audio files #666
Replies: 1 comment 1 reply
-
Thanks for reporting this. I fixed this in 26.3.2 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting with Auto-Editor 26.3.0 and continuing with 26.3.1, processing audio files yields empty (or at least 99.9% empty) output files. I have tested on AIFF and MP3 files, and both types exhibit this problem. I do not know if other file types are similarly affected.
This problem did not exist in the other versions I have used up until now, namely Auto-Editor 26.0.0 – 26.2.0.
Steps to Reproduce
pipx install auto-editor==26.3.1
sample-aiff-files-sample1.aiff
auto-editor --no-open [file-name]
Expected Result
I expected both
[…]_ALTERED
files to contain all of the audio in the original source files, minus any removed silent parts.Observed Result
All
[…]_ALTERED
files produced by Auto-Editor 26.3.x contain only a fraction of a second of audio, if any, and have near-empty file sizes (less than 99.9% of original file size).Workaround
Revert to Auto-Editor 26.2.0.
Environment
OS: MacOS 15.3.1 Sequoia
Python: Tested on 3.10.16 and 3.12.9
Beta Was this translation helpful? Give feedback.
All reactions