v1.0.9

denizsafak/abogenv1.0.9May 28, 2025by denizsafak

AI Summary

This release optimizes memory usage for large audio files and introduces new customization options for subtitles and audiobook metadata.

Key Highlights

  • Added a chunking/segmenting system to fix memory issues when processing large audio files.
  • Added new subtitle format options including srt and various ass formats.
  • Improved chapter filename generation with smart word-boundary truncation.
  • Made Composer and Genre metadata fields for M4B files editable.

New Features

  • Chunking/segmenting system for large files
  • Subtitle format selection
  • Editable M4B metadata fields

Full Release Notes

- Added chunking/segmenting system that fixes memory outage issues when processing large audio files.
- Added new option: `Subtitle format`, allowing users to choose between `srt` , `ass (wide)`, `ass (narrow)`, and `ass (centered wide)` and `ass (centered narrow)`
- Improved chapter filename generation with smart word-boundary truncation at 80 characters, preventing mid-word cuts in filenames.
- `Composer` and `Genre` metadata fields for M4B files are now editable from the text editor.
- Improvements in documentation and code.