79291931

Date: 2024-12-18 17:11:56
Score: 2.5
Natty:
Report link

You need to build your own Swift/Objective-C subclass of AUAudioUnit that includes your custom filter code. Once you have registered that with CoreAudio, you can create a node in your AudioGraph using your custom unit. Why can't things be easy? Found that source code helpful (but a little buggy): https://github.com/GeorgeMcMullen/AudioUnitV3Example/blob/0ab6f2feb953d37e4e7b2359627b97858b317bc8/Filter/Shared/FilterDemo.mm

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: iljawascoding