Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coreizer committed Aug 5, 2023
1 parent 486c1c5 commit 6f01823
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![build](https://github.com/coreizer/Auditore/actions/workflows/dotnet.yml/badge.svg)](https://github.com/coreizer/Auditore/actions/workflows/dotnet.yml)

## 機能
## 👀 機能

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

## 使用例
## 📦 使用例

```C#
AuditoreClient client = new AuditoreClient();
Expand All @@ -26,10 +26,15 @@ Debug.WriteLine($"追加されたタスクId: { taskId }");
client.ClaerAll(); // or client.Reset();
```

## 作成者
## 🔗 コンタクト

coreizer
- [coreizer.dev](https://www.coreizer.dev)
- [Twitter](https://www.twitter.com/coreizer)

## ライセンス
## 👷 作成者

[GPL v3.0 licensed.](LICENSE)
- coreizer

## ⚖️ ライセンス

このプロジェクトは[GPL 3.0](https://opensource.org/license/lgpl-3-0/)に基づいてライセンスされています。詳細については、[ライセンスファイル](LICENSE)を参考してください。

0 comments on commit 6f01823

Please sign in to comment.