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

Invalid number of Channels #6

Open
Mineinjava opened this issue Nov 30, 2020 · 1 comment
Open

Invalid number of Channels #6

Mineinjava opened this issue Nov 30, 2020 · 1 comment

Comments

@Mineinjava
Copy link

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.

@Mineinjava
Copy link
Author

this also occurs when running using the code found on #4

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

1 participant