Skip to content

Commit

Permalink
docs: Add flowery TTS notice in Google TTS integration
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Aug 15, 2023
1 parent 4db1b8e commit 05b8d8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/integrations/text-to-speech.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Text to speech (TTS) is a feature that allows you to play synthesized speech from text. This feature is useful for bots that need to communicate with users.

:::caution
You may want to use the Lavasrc plugin instead of the Google Cloud TTS plugin as you require a Google Cloud API key to use the Google Cloud TTS plugin.
Lavasrc uses Flowery TTS which is a free and open source TTS engine. However, Google Cloud TTS offers more options to configure.
:::

## Installation

For using text to speech, you need to install the [`Lavalink4NET.Integrations.TextToSpeech`](https://www.nuget.org/packages/Lavalink4NET.Integrations.TextToSpeech) package.
Expand Down

0 comments on commit 05b8d8d

Please sign in to comment.