from scipy.io.wavfile import read as read_wav
import os
#os.chdir('path') # change to the file directory
sampling_rate, data=read_wav("4626_10013_2023-10-18-20-51-142.wav") # enter your filename
print(sampling_rate)