Trying to debug mystery sinewave using AKMIDISampler in Audiokit

前端 未结 4 1690
余生分开走
余生分开走 2021-01-13 16:03

Following on from a previous issue, I stopped using AKSampler to move to the functionality used in AKMIDISampler. Got my loops working again (with

4条回答
  •  无人共我
    2021-01-13 16:28

    Another way to get this mystery sinewave is by using the normal approach to setting preferredSampleRate

    //   try session.setPreferredSampleRate(preferredSampleRate)
    

    in AppDelegate for Audio Session... instead of setting it in the AudioKit AKSettings, it will produce the mystery sinewave midi synth...

提交回复
热议问题