From 38dd7343524a2fff5a0ba45f358f2d9eb43c8b30 Mon Sep 17 00:00:00 2001 From: benzlokzik <121052717+benzlokzik@users.noreply.github.com> Date: Sun, 7 May 2023 06:15:09 +0300 Subject: [PATCH] Markup correction Small corrections in the markdown markup related to the use of strikethrough lines with list of TTS and wake-word neural links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e983447..f7aea77 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ This are the neural networks we are currently using: - Text-To-Speech - [~~Silero TTS~~](https://github.com/snakers4/silero-models) *(currently not used)* - [~~Coqui TTS~~](https://github.com/coqui-ai/TTS) *(currently not used)* - - [~~WinRT~~] (https://github.com/ndarilek/tts-rs) *(currently not used)* - - [~gTTS~] (https://github.com/nightlyistaken/tts_rust) *(currently not used)* - - [~~SAM~~] (https://github.com/s-macke/SAM) *(currently not used)* + - [~~WinRT~~](https://github.com/ndarilek/tts-rs) *(currently not used)* + - [~gTTS~](https://github.com/nightlyistaken/tts_rust) *(currently not used)* + - [~~SAM~~](https://github.com/s-macke/SAM) *(currently not used)* - Wake Word - [Rustpotter](https://github.com/GiviMAD/rustpotter) *(Partially implemented, still WIP)* - [Picovoice Porcupine](https://github.com/Picovoice/porcupine) via [official SDK](https://github.com/Picovoice/porcupine#rust) *(requires API key)* - [Vosk Speech Recognition Toolkit](https://github.com/alphacep/vosk-api) via [Vosk-rs](https://github.com/Bear-03/vosk-rs) *(very slow)* - - [~~Snowboy~~] *(currently not used)* + - [~~Snowboy~~](https://github.com/Kitt-AI/snowboy) *(currently not used)* - NLU - Nothing yet. - Chat @@ -62,4 +62,4 @@ The last Python version commit can be found [here](https://github.com/Priler/jar ## License [Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/)
-See LICENSE.txt file for more details. \ No newline at end of file +See LICENSE.txt file for more details.