Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ches3/sound-device-latency
オーディオデバイスの再生遅延を測定するプログラム
https://github.com/ches3/sound-device-latency
Last synced: 20 days ago
JSON representation
オーディオデバイスの再生遅延を測定するプログラム
- Host: GitHub
- URL: https://github.com/ches3/sound-device-latency
- Owner: ches3
- License: mit
- Created: 2024-11-26T19:58:57.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T05:04:29.000Z (about 1 month ago)
- Last Synced: 2024-11-28T06:19:04.241Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sound-device-latency
オーディオデバイスの再生遅延を測定するプログラムです。
## 使い方
```sh
uv sync
uv run main.py
```or
```sh
pip install -r requirements.txt
python main.py
```## ライセンス
[MIT](LICENSE)