You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the python script and run it, with the settings at the bottom of the readme, and it doesn't work...
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
The text was updated successfully, but these errors were encountered:
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!
I have downloaded the python script and run it, with the settings at the bottom of the readme, and it doesn't work...
I get an error in the console saying
The text was updated successfully, but these errors were encountered: