From 05b8d8de643a64af24fcd5391f387259d8c0f584 Mon Sep 17 00:00:00 2001 From: Angelo Breuer Date: Wed, 16 Aug 2023 00:21:48 +0200 Subject: [PATCH] docs: Add flowery TTS notice in Google TTS integration --- docs/docs/integrations/text-to-speech.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/integrations/text-to-speech.md b/docs/docs/integrations/text-to-speech.md index b205314a..07527fd7 100644 --- a/docs/docs/integrations/text-to-speech.md +++ b/docs/docs/integrations/text-to-speech.md @@ -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.