Skip to content

Commit

Permalink
設定例を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi committed Nov 12, 2023
1 parent b630851 commit 50bab3b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions conf.example-twitch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Twitch のチャットをVACのチャンネルへ流す設定例です。
# 参考: https://github.com/usagi/virtual-avatar-connect/issues/40#issuecomment-1807097081
twitch = { username = "usaginetwork", channel_to = "chat" }

# chat チャンネルに流れてきた内容を modify で前処理して chat-synth へ流す設定例です。
[[processors]]
feature = "modify"
channel_from = "chat"
channel_to = "chat-synth"
dictionary_files = ["dictionary.chat.txt"]
alkana = true

# chat-synth チャンネルに流れてきた内容を coeiroink で読み上げる設定例です。
[[processors]]
feature = "coeiroink"
channel_from = "chat-synth"

0 comments on commit 50bab3b

Please sign in to comment.