From fba50f984a48e9923b434959d0d80f98449f772a Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 3 Dec 2021 11:07:49 +0100 Subject: [PATCH] add tts --- KnownToWork/ESpeak.md | 19 +++++++++++++++++++ KnownToWork/OsmAnd.md | 8 ++++++-- KnownToWork/Summary.md | 3 +++ KnownToWork/TorBrowser.md | 21 +++++++++++++++++++++ 4 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 KnownToWork/ESpeak.md create mode 100644 KnownToWork/TorBrowser.md diff --git a/KnownToWork/ESpeak.md b/KnownToWork/ESpeak.md new file mode 100644 index 0000000..4dd5031 --- /dev/null +++ b/KnownToWork/ESpeak.md @@ -0,0 +1,19 @@ +{:tags [degoogled, needs-no-google-apps, tts]} + +| Website | https://github.com/espeak-ng/espeak-ng | +|---------|-----------------------------------------------| +| Android | unknown | +| Apple | unknown | +| F-Droid | yes https://f-droid.org/de/packages/com.reecedunn.espeak/ | + + +# eSpeak + +eSpeak can be used as google free TTS (Text To Speach) system on your Smartphone. Offline is supported, no traking found. + +## Privacy + +The [source code](https://github.com/espeak-ng/espeak-ng/) from OsmAnd can be found on GitHub under the GPLv3 license. + + +## Reviews diff --git a/KnownToWork/OsmAnd.md b/KnownToWork/OsmAnd.md index 4fd660a..4fb70d6 100644 --- a/KnownToWork/OsmAnd.md +++ b/KnownToWork/OsmAnd.md @@ -14,10 +14,14 @@ OsmAnd is a navigation app, it is based on the OpenStreetMap (OSM) map database. In the F-Droid store you get OsmAnd~, which is a version without GooglePlay services. As a there are no Google dependencies the voice output does not work because TextToSpeech (TTS) is not installed. Through the [AuroraStore]() you can install the Speech Services (unfortunately) by Google. Then you can activate TTS in OsmAnd~ and use your navigation app. +## Navigation with Speech-Output +Using eSpeak (available on fdroid) now the navigation with spoken instructions is possible. -# Privacy + +## Privacy The [source code](https://github.com/osmandapp/) from OsmAnd can be found on GitHub under the GPLv3 license. -# Reviews +## Reviews +* https://mobilsicher.de/ratgeber/navi-apps-im-check-osmand-eine-datensparsame-alternative \ No newline at end of file diff --git a/KnownToWork/Summary.md b/KnownToWork/Summary.md index 9c061f8..d03d609 100644 --- a/KnownToWork/Summary.md +++ b/KnownToWork/Summary.md @@ -1,4 +1,7 @@ # Known to work +## System +1. [eSpeak](ESpeak.md), offline TTS support for more than 100 languages + ## App Stores 1. [F-Droid](F-Droid.md), the OpenSource app store diff --git a/KnownToWork/TorBrowser.md b/KnownToWork/TorBrowser.md new file mode 100644 index 0000000..d4dd412 --- /dev/null +++ b/KnownToWork/TorBrowser.md @@ -0,0 +1,21 @@ +{:tags [needs-no-google-apps, tor, browser]} + +| Website | | +|---------|-----------------------------------------------| +| Android | yes [see..](https://telegram.org/apps) | +| Apple | yes [see..](https://telegram.org/apps) | +| Linux | yes [see..](https://telegram.org/apps) | +| Windows | yes [see..](https://telegram.org/apps) | +| F-Droid | yes [see..](https://f-droid.org/en/packages/org.telegram.messenger/) | + +# Tor Browser + + + +# Reviews + + + +# Howto + +https://www.kuketz-blog.de/konfiguration-des-tor-browser-bundles-not-my-data-teil3/ \ No newline at end of file