aizquier/voyagerimb

Doesn't work anymore... Maybe something has changed?

ChopsKingsland opened this issue · 2 comments

I have downloaded the python script and run it, with the settings at the bottom of the readme, and it doesn't work...

image

I get an error in the console saying

c:/Users/****/Documents/Python/voyagerRecord/voyagerimb.py:537: WavFileWarning: Chunk (non-data) not understood, skipping it.
  self.rate, self.audio_data = scipy.io.wavfile.read(filename)
Error: non numeric (int) value in entry

Hello! At first glance it seems that the .wav file you are using is corrupt. Does the issue arrives with every .wav file you try?

I'm having the same issue, would like to hear if you managed to find a fix. My error for reference:

/Users/***/Desktop/voyagerimb-master/voyagerimb.py:537: WavFileWarning: Chunk (non-data) not understood, skipping it. self.rate, self.audio_data = scipy.io.wavfile.read(filename)

Edit: Managed to figure it out, you were right about the corrupted .wav file. I used the full-quality 384kHz file here and it's now working. Thank you so much for all your work!