rattlesnake
rattlesnake copied to clipboard
Invalid number of Channels
after downloading and installing this app, and running it with python2 rattlesnake.py --live -db -1
I get the following traceback:
File "rattlesnake.py", line 458, in <module>
main()
File "rattlesnake.py", line 43, in main
live_mode()
File "rattlesnake.py", line 167, in live_mode
output=True
File "/Users/mkauffman/Library/Python/2.7/lib/python/site-packages/pyaudio.py", line 750, in open
stream = Stream(self, *args, **kwargs)
File "/Users/Mineinjava/Library/Python/2.7/lib/python/site-packages/pyaudio.py", line 441, in __init__
self._stream = pa.open(**arguments)
IOError: [Errno -9998] Invalid number of channels
I have not yet modified the file.
this also occurs when running using the code found on #4