termux / termux-api

Termux add-on app which exposes device functionality as API to command line programs.
https://f-droid.org/en/packages/com.termux.api/
2.25k stars 449 forks source link

TextToSpeechAPI: Synthesize speech output to WAV file #627

Closed andrey-utkin closed 11 months ago

andrey-utkin commented 11 months ago

Only first line is synthesized (API limitation). Fixes: #356

This is a copy of https://github.com/termux/termux-api/pull/555/files . I am raising it now to make it run through Github Actions and build me a package to test. (termux-api apk won't install alongside the mainline Termux app, and I haven't built locally the main app yet.)

agnostic-apollo commented 11 months ago

You can use github actions of your own repo to build, no need to send duplicate pulls. Didn't get time to review other pull.

andrey-utkin commented 11 months ago

sorry.