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

Slow Buffer overflow #1

Open
cwgreene opened this issue May 15, 2016 · 0 comments
Open

Slow Buffer overflow #1

cwgreene opened this issue May 15, 2016 · 0 comments

Comments

@cwgreene
Copy link
Owner

Slow overrun in buffer. Should add diagnostics to output to track. So far, only happened on webcam input.

Traceback (most recent call last):
  File "./capture.py", line 88, in <module>
    main(sys.argv[1:])
  File "./capture.py", line 85, in main
    track(options)
  File "./capture.py", line 39, in track
    data = stream.read(CHUNK)
  File "/usr/local/lib/python2.7/dist-packages/pyaudio.py", line 608, in read
    return pa.read_stream(self._stream, num_frames, exception_on_overflow)
IOError: [Errno -9981] Input overflowed
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