We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
入力内容の言語を推定して出力チャンネルを切り替える《LanguageSwitch》 Processor を追加します。
想定する具体的な使用例を挙げます。
channrl_from = "chat" channel_map = [ [ "ja", "chat-ja" ], # 日本語と推定された場合は chat-ja へ出力します [ "en", "chat-en" ], # 英語と推定された場合は chat-en へ出力します [ "de", "chat-de" ], # ドイツ語と推定された場合は chat-de へ出力します [ "_", "chat-unknown" ] # それ以外の場合は chat-unknown へ出力します ]
《LanguageSwitcher》の追加により、 Twitch のチャットを入力とした場合に
このような配信を実現できて便利でエモい予感がします。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
提案
入力内容の言語を推定して出力チャンネルを切り替える《LanguageSwitch》 Processor を追加します。
提案の背景
想定する具体的な使用例を挙げます。
《LanguageSwitcher》の追加により、 Twitch のチャットを入力とした場合に
このような配信を実現できて便利でエモい予感がします。
The text was updated successfully, but these errors were encountered: