mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Add TTS Util
This commit is contained in:
parent
22b28caab5
commit
66eb3457f4
1 changed files with 37 additions and 0 deletions
37
metadata/com.danefinlay.ttsutil.yml
Normal file
37
metadata/com.danefinlay.ttsutil.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: Apache-2.0
|
||||||
|
AuthorName: Dane Finlay
|
||||||
|
AuthorEmail: Danesprite@posteo.net
|
||||||
|
WebSite: https://danefinlay.com/timers-tts-util
|
||||||
|
SourceCode: https://github.com/Danesprite/tts-util-app
|
||||||
|
IssueTracker: https://github.com/Danesprite/tts-util-app/issues
|
||||||
|
|
||||||
|
AutoName: TTS Util
|
||||||
|
Summary: Text-to-speech utility app
|
||||||
|
Description: |-
|
||||||
|
TTS Util is a utility app for synthesising text into audible speech using Android's text-to-speech framework.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* Read input text, clipboard text or text files using text-to-speech.
|
||||||
|
* Create speech wave files from text files.
|
||||||
|
* Share text to read using share menu entries.
|
||||||
|
* Read clipboard text using launcher shortcuts (requires Android 8 or higher).
|
||||||
|
* Should support any text-to-speech engine that uses Android's TTS framework.
|
||||||
|
* Supports Android 5.1 and above.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Danesprite/tts-util-app
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue