vector-python-sdk icon indicating copy to clipboard operation
vector-python-sdk copied to clipboard

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

Open Johnnydaszhu opened this issue 5 years ago • 2 comments

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

Johnnydaszhu avatar Jun 25 '19 14:06 Johnnydaszhu

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.

ashelly avatar Aug 16 '19 16:08 ashelly

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

CozmoCyke avatar Oct 27 '19 09:10 CozmoCyke