I try to reproduce the given example obspy example in order to read a wav, unfortunately even with the same code as written in the example, I raise an error:
the wav exemple file can be downloaded from here: download 3cssan.near.8.1.RNON.wav
from obspy import read
read("3cssan.near.8.1.RNON.wav")
[...]
TypeError: Unknown format for file 3cssan.near.8.1.RNON.wav
I would be very grateful if you have any suggestion to fix this problem I would like to use obspy because I would like to continue my analysis with using a code implemented with obspy
Best regards
Xavier