Torchaudio failed to open input

Hi, I am a beginner in using audio files for deep learning. I have an annotation file in which i have stored the name of the audio files and i have audio files in another path. But when i try to load those audio files using torchaudio it’s giving me this error. I have checked the all the paths and they are correct.


 File "/home/ammar/VectraCom/qra/train.py", line 25, in __getitem__
    signal, sr = torchaudio.load(audio_sample_path)
  File "/home/ammar/anaconda3/envs/qra/lib/python3.9/site-packages/torchaudio/backend/sox_io_backend.py", line 246, in load
    return _fallback_load(filepath, frame_offset, num_frames, normalize, channels_first, format)
  File "/home/ammar/anaconda3/envs/qra/lib/python3.9/site-packages/torchaudio/io/_compat.py", line 103, in load_audio
    s = torch.classes.torchaudio.ffmpeg_StreamReader(src, format, None)
RuntimeError: Failed to open the input "/home/ammar/VectraCom/qra/assets/QDAT/FINAL_SOUND/S0_1" (No such file or directory).