From 1a940dc5d7445085bc0fd964caf43474e2636b90 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 16 Apr 2022 12:19:15 +0100 Subject: [PATCH] update the readme file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7ad33d1..fc982d3 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,12 @@ the default points to the default model in the models directory. the default points to the default scorer in the models directory. Models and scorers should be compatible with [Coqui](https://coqui.ai/). + + +## Rigel +**Orion** contains a text to speech server as well. Since I'm lazy I use Rigel to read stuff for +me. I integrated Rigel in my Emacs environment as well and it such a useful tool. For more info +on Rigel check out its [readme](https://devheroes.codes/lxsameer/Orion/src/branch/master/rigel/README.md) + +Also if you want to integrate Rigel into your Emacs have a look at [the lib I created for it](https://devheroes.codes/FG42/FG42/src/branch/master/core/cubes/rigel/core.el) +for inspiration. Also you can use Rigel with anything it's not an Emacs only tool.