Format not recognised when librosa.load(mono=False) · Issue #276 · bastibe/python-soundfile
What might be the problem in the latter case? y, sr = librosa.load(audio_track, sr=sr, mono=True, offset=10, duration=10) soundfile.write('out.wav', y, sr) -> writes out.wav successfully. –vs– y, s...