From 0b3b9a1f46bd0ed2e0856ea37a29301bebd53578 Mon Sep 17 00:00:00 2001 From: Vivek G Date: Sat, 13 Jul 2024 19:14:29 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f43a8e..c80ca74 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ A text to speech web application that speaks words, sentences or even long artic - You can use it to record **voice-overs** - and much more... -**View the app at https://www.vivek.nexus/listen** +**View the app at https://www.vivek.nexus/listen**. + +Older versions of this project: [v4](https://github.com/vivek-nexus/listen-v4) | [v3](https://github.com/vivek-nexus/lizen) | [v2](https://github.com/vivek-nexus/podcastify-it)
@@ -56,7 +58,13 @@ Pass the article text as a URL parameter. URL encode the text for sanity. Example: https://www.vivek.nexus/listen/app?text=This%20is%20the%20first%20line%20of%20the%20article.%0A%0AThis%20is%20the%20second%20line.%20Make%20sure%20to%20URL%20encode%20the%20text%20before%20passing +
+
+
+## For nerds +1. To detect language of article: Google compact langauge detector v3 via cld3-asm (https://github.com/kwonoj/cld3-asm) +2. To extract article text from HTML: Mozilla Readability (https://github.com/mozilla/readability)