Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/py-synthesizer-example

学習用
https://github.com/zztkm/py-synthesizer-example

Last synced: 10 days ago
JSON representation

学習用

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
```