1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/README.md

18 lines
242 B
Markdown

# Muze VAD
- 音声検知
- 左右の音声を検知します
## 前提条件
- Yarn
## 使い方
```sh
# 依存モジュールをインストール
yarn
# アプリを起動
yarn next
# http://localhost:3000 にアクセスする
```