I am trying to play audio from a scnnode in SceneKit. I have looked at the sample code and have tried to build my own code using an ARimageanchor. I'm not sure how to proceed. ARkit recognizes the images. I just need help with the next steps for playing the audio.
Scene kit and positional audio
Hello,
Are you referring to the sample Creating an Immersive AR Experience with Audio?
Once you have your image anchor, you will add an SCNNode at the same location, and then you can use the steps outlined in the link above to add your audio source to your node.
Are you referring to the sample Creating an Immersive AR Experience with Audio?
Once you have your image anchor, you will add an SCNNode at the same location, and then you can use the steps outlined in the link above to add your audio source to your node.