Hi! I'm doing a project where I need to do some more advanced audio features, and I'm wondering how others approach this topic. In a previous project I didn't find enough ready-made audio features in SpriteKit, so I kind of just hacked around to get what I needed. I was juggling mainly between playing sounds with SKAction and AVAudioPlayer. Now I've been asked to implement dynamic filtering to a group of sounds, such as low-pass filtering, and I'm trying to assess if this is even possible in SpriteKit.
So I wanted to ask if anyone has any experiences with advanced audio? If so, did AVAudioPlayer fit your needs? Does SKAudioNode add some relevant stuff? I'm a total noob about audio stuff, so don't take everything I say as fact 😀.