So far I found any possibility to solve this:
I'm trying to add a sound effect to a specific node. When the node is removed from parent, the sound should stop. The sound should also stop when the node is touched. I tried it with playSoundFileNamed("name", waitForCompletion: false) but you aren't able to stop this action.
In the background the AV Audio Player is playing sound.
Would be nice if someone have some new ideas to try.