Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoirint/multi_audio_track_record
開発中: デバイスごとに出力先のトラックを選択してマルチトラック録音することを目指しているデスクトップアプリ形式のボイスレコーダー
https://github.com/aoirint/multi_audio_track_record
Last synced: about 1 month ago
JSON representation
開発中: デバイスごとに出力先のトラックを選択してマルチトラック録音することを目指しているデスクトップアプリ形式のボイスレコーダー
- Host: GitHub
- URL: https://github.com/aoirint/multi_audio_track_record
- Owner: aoirint
- License: mit
- Created: 2024-04-06T02:25:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T04:19:23.000Z (6 months ago)
- Last Synced: 2024-07-10T06:43:12.163Z (6 months ago)
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi Audio Track Recorder
## 開発
```shell
# On Linux
apt install portaudio19-devpoetry install
poetry run flet run -d -r -m multi_audio_track_record
```