Please help me. Playing audio from a local file isn't working.

I have tried everything so far, but it is still not working. I am following the documentation but it doesn’t work… I am using expo 49

          // Play a Siri's start recording sound to let users know that they are being recorded
          const { sound } = await Audio.Sound.createAsync( require('../../assets/siriRecording.mp3')
          );
          await sound.playAsync();

omg I figured it out! It’s because of metro.config.js! OMG AFTER TWO HOURS