Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi committed Oct 1, 2023
1 parent b6838e0 commit 5a7d84c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtual-avatar-connect"
version = "0.0.0"
version = "0.0.0-alpha.0"
edition = "2021"

[lib]
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AI疑似人格共演者、VRM制御、音声認識、画像認識、字幕、翻訳、読み上げなどなど

- ここは開発プロジェクトとしての公式ウェブサイトです
- ここは開発プロジェクトとしての公式ウェブサイト <https://github.com/usagi/virtual-avatar-connect> です
- ご要望や不具合の報告、OSSとしてのプロジェクトへのご参加はこちらからどうぞ。🙇🏼‍♀️
- 通常の閲覧用の公式ウェブサイトは <https://usagi.github.io/virtual-avatar-connect/> です。
- 通常はこちらへアクセスして下さい。🙏
Expand All @@ -18,3 +18,16 @@ AI疑似人格共演者、VRM制御、音声認識、画像認識、字幕、翻
- ご要望も [Issues] へどうぞ!

[Issues]:https://github.com/usagi/virtual-avatar-connect/issues

## LICENSE

Virtual Avatar Connect は MIT ライセンスのオープンソースソフトウェアです。

- [MIT License](LICENSE)

## Author

- Usagi Ito / USAGI.NETWORK
- [Twitch](https://www.twitch.tv/usaginetwork)
- [X(Twitter)](https://twitter.com/usagi_network)
- [BOOTH](https://usagi-network.booth.pm/)
1 change: 1 addition & 0 deletions src/conf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub struct Conf {

pub log_level: Option<String>,

#[serde(default)]
pub processors: Vec<ProcessorConf>,
}

Expand Down

0 comments on commit 5a7d84c

Please sign in to comment.