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

What kind of wav file vector could play? Should I install or update some of my Python3 packages? #26

Open
Johnnydaszhu opened this issue Jun 25, 2019 · 2 comments

Comments

@Johnnydaszhu
Copy link

File "/anaconda3/lib/python3.7/wave.py", line 510, in open
return Wave_read(f)
File "/anaconda3/lib/python3.7/wave.py", line 164, in init
self.initfp(f)
File "/anaconda3/lib/python3.7/wave.py", line 144, in initfp
self._read_fmt_chunk(chunk)
File "/anaconda3/lib/python3.7/wave.py", line 269, in _read_fmt_chunk
raise Error('unknown format: %r' % (wFormatTag,))
wave.Error: unknown format: 65534

@ashelly
Copy link

ashelly commented Aug 16, 2019

https://stackoverflow.com/q/29000788/10396. You should use an audio tool to convert to a one channel wav, since he only has 1 speaker.

@CozmoCyke
Copy link

The Vector's speaker is driven at 16bits, single channel, with a sample rate of 8000-16025 samples/sec.

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