Skip to content

Recursive translation batching, MP3 support, CRAN docs update, and improved testing

Latest

Choose a tag to compare

@cherylisabella cherylisabella released this 03 Nov 09:03
· 1 commit to master since this release

New Features & Improvements

  • gl_translate(): Added recursive batching for large vectors
    Preserves input order, reduces API calls, and improves efficiency

  • gl_speech(): Added MP3 encoding support for output audio

  • New test file: test_translate_batching.R

    • Batch splitting unit test
    • Medium vector efficiency test
    • Order preservation test
  • Reference files added: IMPROVED_TRANSLATION_TESTS.txt, TEST_COVERAGE_SUMMARY.md

  • Documentation & vignettes:

    • Fixed all CRAN URL issues
    • Various clarifications and consistency improvements