Skip to content

Commit

Permalink
added docs for tts
Browse files Browse the repository at this point in the history
  • Loading branch information
coderGtm committed Dec 9, 2024
1 parent 1639e87 commit bbf2fbe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/commands/tts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# tts

The `tts` command stands for Text To Speech. As the name suggests, it is used for converting a text input to an audio output.

## Usage
```
tts <text goes here>
```

Internally, it uses the Google Speech Synthesis engine for converting the text to audio. The engine is invoked for the period of the synthesis and then shut back down to preserve resources.

## Example
```
tts Yantra Launcher is cool
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ nav:
- quote: commands/quote.md
- internet: commands/internet.md
- web: commands/web.md
- tts: commands/tts.md
- reset: commands/reset.md
- exit: commands/exit.md
- Frequently Asked Questions: faq.md
Expand Down

0 comments on commit bbf2fbe

Please sign in to comment.