talkbot
opps
テキストからスピーチと言語翻訳のための不一致ボット
ここで試してみてください:https://discord.gg/nxrpp8g
config/auth.exampleをconfig/auth.jsonにコピーし、Discordアプリキーに入れます。config/google-auth.jsonを追加しますdocker pull faxwang/talkbot:latestこれにはしばらく時間がかかります。docker-compose up -dグラウンドでトークボットを実行しますdocker-compose up!followHello Worldを入力して、それがあなたに読み上げられているのを聞いてくださいgitbook:https://nullabork.gitbook.io/talkbot/でドキュメントをご覧ください
ボットには、マスターがそれを制御する必要があります。あなたがそのマスターと一度、それはあなたのテキストを現在の音声チャネルの音声に変換します。ボットは、音声チャネル間でもあなたを追います。他のユーザーは、ボットを使用することを許可する場合にのみ使用できます。ボットを30分間使用しないと、あなたを解除します。
= Control =
!follow :: The bot will join your voice channel and speak what you write
!unfollow :: Release the bot
!sidle :: Take control of the bot from someone else
!transfer :: Transfer control of the bot to another person
!permit [<user>] :: Permit someone else to use the bot whilst it's following you
!unpermit [<user>] :: Unpermit someone else from using the bot
!tts :: Speak when you're muted
= Personalization =
!defaults :: Reset your default voice settings
!mypitch <pitch> :: Alter the pitch of the bot's voice. Valid values are -20 to 20
!myspeed <speed> :: Alter the speed the bot talks. 1.0 is the default. Valid values are 0.25 to 4.0
!myvoice <voice|alias> :: Change accent or style.
!tolang <lang> :: Translate your text to a different language eg. en, fr, jp, de etc.
!mute :: Mute yourself so your text is not read out
!unmute :: Unmute yourself so all your text is read out
= More =
!help info :: info help commands
!help server :: server help commandsこれを使用して、自分のサーバーに独自のボットをセットアップします。注記は、GoogleクラウドアカウントがTTS APIとAmazon Pollyアカウントを使用してAmazon TTS Voicesを使用する必要があります。これらのサービスにはどちらも無料のティアがありますが、無料のキャップを超えるとお金がかかる場合があります。これらの各サービスは、ボットの構成でオン /オフにすることができます。
git clone https://github.com/nullabork/talkbot talkbotconfigディレクトリのauth.exampleファイルを複製し、 auth.jsonに新しいファイルの名前を変更し、Discordアプリキーに貼り付けて貼り付けます。 npm installnode bot.js最新のコード実行に更新するには: git pull
不一致で私たちに話しかけてください
env var google_application_credentialsのAPI資格情報ファイルにパスを配置したことを確認します。 Googleクラウドドキュメントをご覧ください
たわごともしたいですか?