Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete temporary files in AudioSegment.export() (#665)
* Delete temporary files even when export() AudioSegment.export() has an error * refactor: clean up temp files with a finally block This is a cleaner solution where we don't need to repeat the clean up code, since the finally block executes in all cases. Co-authored-by: James Robert <[email protected]>
- Loading branch information