I have loaded an audio dataset from my local files in a certain folder and then want to get a list that contains all paths for my audio files with the following code
paths = []
for i in range(len(dataset['train'])):
paths.extend(dataset['train'][i]['audio']['path'])
I get the following Errors :RuntimeError: Error opening <_io.BufferedReader name=‘/home/kareem/Desktop/deep_learning/vision_projects/zikir/my_own_data_jetforms/_2/64721fd4b828e_168520085264721fd4bd6c7.wav’>: Format not recognised.