I am using RealitKit SDK to insert audio into the AR program. According to the description on the official website, I need to use the class AudioFileResource to load audio, and then the Entity object calls the prepareAudio() method to get an AudioPlaybackController, which is used to play audio, but there is no sound. Has anyone ever encountered this situation?