Skip to content

プロセス間通信を使って、棒読みちゃんにメッセージを送信するライブラリーを提供します。

License

Notifications You must be signed in to change notification settings

coreizer/Auditore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auditore

build

👀 機能

  • 棒読みちゃんが実行中かどうかを確認する
  • 独自のミュート機能
  • 音量, 話速,トーン
  • 実行中のタスク数
  • 全タスクの削除

📦 使用例

AuditoreClient client = new AuditoreClient();
client.Volume = 100;
client.SpeechSpeed = 50;

// タスクにメッセージを追加する
int taskId = this.client.Push("こんにちは!");

Debug.WriteLine($"追加されたタスクId: { taskId }");

// 全タスク削除
client.ClaerAll(); // or client.Reset();

🔗 リンク

👷 著者

  • coreizer

⚖️ ライセンス

このプロジェクトはGPL 3.0に基づいてライセンスされています。詳細については、ライセンスファイルを参考してください。

About

プロセス間通信を使って、棒読みちゃんにメッセージを送信するライブラリーを提供します。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages