-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |