new app voice notify
This commit is contained in:
parent
6c050560f3
commit
d6e3e13921
43
metadata/com.pilot51.voicenotify.txt
Normal file
43
metadata/com.pilot51.voicenotify.txt
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
Category:Office
|
||||||
|
License:Apache2
|
||||||
|
Web Site:http://pilot51.com/wiki/Voice_Notify
|
||||||
|
Source Code:https://github.com/pilot51/voicenotify
|
||||||
|
Issue Tracker:https://github.com/pilot51/voicenotify/issues
|
||||||
|
Donate:http://pilot51.com
|
||||||
|
|
||||||
|
Summary:Voice notifications
|
||||||
|
Description:
|
||||||
|
Announces status bar notification messages using Text-To-Speech (TTS), allowing you to know
|
||||||
|
what a notification says without looking at the screen.
|
||||||
|
|
||||||
|
* Customizable TTS message
|
||||||
|
* Ignore specific apps or notifications containing defined text
|
||||||
|
* Choice of TTS audio stream (see Google Play descriptions for more details)
|
||||||
|
* Choice of speaking when screen or headset is on or off, or while silent/vibrate
|
||||||
|
(Note: Due to API limitations, a headset that is connected when the VN service starts will need to
|
||||||
|
be reconnected for VN to see the current state; also all Bluetooth devices are detected the same, headset or not)
|
||||||
|
* Quiet Time (or use with [[com.alfray.timeriffic]])
|
||||||
|
* Shake-to-silence
|
||||||
|
* Custom delay of TTS after notification
|
||||||
|
|
||||||
|
For technical reasons, VN operates through Android's Accessibility service and must be enabled
|
||||||
|
in the Accessibility settings. The Accessibility service will give a warning that VN may be able to collect
|
||||||
|
personal data. This is because Accessibility doesn't know what or how data passing through it is used
|
||||||
|
by enabled apps. VN only uses Accessibility to read notification text which is passed directly to TTS and
|
||||||
|
temporary memory (for the notification log). The TTS service (outside the control of VN) may also print
|
||||||
|
spoken text in the logcat.
|
||||||
|
|
||||||
|
Contribute to translations at [http://getlocalization.com/voicenotify Get Localization].
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/pilot51/voicenotify.git
|
||||||
|
|
||||||
|
Build Version:1.0.9.1,13,v1.0.9.1
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.0.9.1
|
||||||
|
Current Version Code:13
|
||||||
|
|
Loading…
Reference in a new issue