where to start with audio synthesis on iPhone

后端 未结 8 1214
囚心锁ツ
囚心锁ツ 2020-12-12 22:47

I\'d like to build a synthesizer for the iPhone. I understand that it\'s possible to use custom audio units for the iPhone. At first glance, this sounds promising, since the

8条回答
  •  情歌与酒
    2020-12-12 23:47

    Lately I've been using AudioKit

    It's a fresh and well designed wrapper over CSound which has been around for ages

    I was using tonic with openframeworks and I was finding myself missing programming in swift.

    Although tonic and openframeworks are both powerful tools,

    I've chosen to get in bed with swift

提交回复
热议问题