How to Make and Play A Procedurally Generated Chirp Sound

后端 未结 2 540
广开言路
广开言路 2021-02-10 07:49

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:23

    • 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).

提交回复
热议问题