Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/py-synthesizer-example
学習用
https://github.com/zztkm/py-synthesizer-example
Last synced: 10 days ago
JSON representation
学習用
- Host: GitHub
- URL: https://github.com/zztkm/py-synthesizer-example
- Owner: zztkm
- Created: 2021-09-08T15:46:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T17:43:22.000Z (about 3 years ago)
- Last Synced: 2024-12-20T23:29:52.416Z (14 days ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# synthesizer example
- refs
- https://python.plainenglish.io/making-a-synth-with-python-oscillators-2cb8e68e9c3b
- https://github.com/18alantom/synth学習用リポジトリです。
内容は上記リンク先のものになります。## setup
- linux or mac
- python version 3.9```sh
> python -m venv venv
# activate venv
(venv) > pip install -r requirements.txt
```