drmfinlay / tts-util-app

TTS Util — Text-to-speech utility Android app for synthesising text into audible speech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Add the ability to generate wave files from input text

drmfinlay opened this issue · comments

A user of TTS Util has been in touch with me and asked whether the app can be updated to generate wave files from input text. It shouldn't be too difficult to add this functionality, either through an additional button on the Read text screen or with an additional panel item and screen, e.g. Write text to file.

This functionality should be made to work for clipboard text too.

This feature is now implemented and will be in the next release version (v3). I went with an additional save button on the Read text and Read clipboard screens. Since those are also used in the share activity, the button appears there too.

For the moment, the application will always save an 'output.wav' file into internal storage. I plan to make this customisable in a future version.