How to Make and Play A Procedurally Generated Chirp Sound

后端 未结 2 464
半阙折子戏
半阙折子戏 2021-02-10 07:36

My goal is to create a \"Chirper\" class. A chirper should be able to emit a procedurally generated chirp sound. The specific idea is that the chirp must be procedurally generat

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-10 08:31

    • Using RemoteIO audio unit
    • Audio Unit Hosting Guide for iOS

    You can use Nektarios's code in the render callback for remote I/O unit. Also you can even change waveforms real-time (low latency).

提交回复
热议问题