I have the following code
file = "somefile.wav" from librosa import load data, samplerate = load(file, sr=None)