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

https://github.com/pome-ta/pysta-synthesizer


https://github.com/pome-ta/pysta-synthesizer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# pysta-synthesizer

iOS アプリの[Pythonista3](http://omz-software.com/pythonista/) でシンセサイザーを作る 🎹

> 2021/04/21

とりあえず上げ

挙動確認はミュート解除

取り急ぎ動くのは

[preview](https://github.com/pome-ta/pysta-synthesizer/tree/preview)

つまり、こっちは動かない

Core audio を使った例:

[https://github.com/pome-ta/pysta-sine_wave001](https://github.com/pome-ta/pysta-sine_wave001)

- [AVAudioSourceNode](https://developer.apple.com/documentation/avfaudio/avaudiosourcenode?language=objc)
- [【iOS】Core Audioでシンセサイザーを作る](https://qiita.com/TokyoYoshida/items/df60ea8585a0223e868b)
- [シンセプログラミング](https://daichilab.sakura.ne.jp/synthprog/index.html)
- [Building a Synthesizer in Swift](https://betterprogramming.pub/building-a-synthesizer-in-swift-866cd15b731)
- [PCM の基本](http://wisdom.sakura.ne.jp/system/winapi/media/mm5.html)
- [Core Audio その1 AudioBufferとAudioBufferList](https://objective-audio.jp/2008/03/22/core-audio-audiobufferaudiobuf/)