Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChopsKingsland opened this issue Oct 23, 2021 · 2 comments
Open

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

ChopsKingsland opened this issue Oct 23, 2021 · 2 comments

Comments

@ChopsKingsland
Copy link

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
@aizquier
Copy link
Owner

aizquier commented Oct 25, 2021

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?

@zmicallef
Copy link

zmicallef commented Dec 16, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants