I am tring to get the audio file in wav format of a received FM signal grc used to receiver and record FM signal. But I am not able to read the file using python code.
import soundfile as sf
data, fs = sf.read('/home/dstlab2/Downloads/fm_record_RSM_v2_22_01_2019_txt_2.wav')
'data
' shows 'array([], dtype=float64)'