-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
I'm trying to play around with the pysoundcard demos in the readme.md. """Play an audio file.""" works fine, but I can't get """Loop back five seconds of audio data.""" to work. I tried several block lengths (16 to 1024). I get 5 seconds of:
/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/pysoundcard.py:592: RuntimeWarning: 689725.9183: Input overflowed
self._handle_error(err)
/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/pysoundcard.py:592: RuntimeWarning: 689725.9190: Input overflowed
self._handle_error(err)
...
Any ideas? I'm using python 2.7.3 32-bit, on Mac 10.9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels