- Add logic to split oversized sentences in `splitTextToTtsBlocksEPUB` using `splitOversizedText` to ensure blocks stay within `MAX_BLOCK_LENGTH` - Remove `extractRawSentences` and `processTextWithMapping` functions as they are no longer needed - Update tests to reflect the changes, including a new test for oversized sentence splitting and removal of related test suites |
||
|---|---|---|
| .. | ||
| audiobook.spec.ts | ||
| docstore.spec.ts | ||
| nlp.spec.ts | ||
| sha256.spec.ts | ||