Skip to content
Branch: master
Clone or download
jleb pa_read_stream: add should_warn option
Add a new parameter called should_warn which determines whether a
warning is printed out on stderr when an input overflow is detected.
Defaults to False.
Latest commit 0109cc4 Apr 6, 2015
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
sphinx
src pa_read_stream: add should_warn option Apr 6, 2015
test Return raw bytes of audio device name to allow user to manage encoding. Feb 16, 2014
.gitignore Add .gitignore. Aug 14, 2010
CHANGELOG Update version. Feb 17, 2014
INSTALL Update version number, installation instructions, and changelog. Aug 14, 2010
MANIFEST.in Update MANIFEST.in to include sphinx directory. Oct 21, 2012
Makefile Update version. Feb 17, 2014
README Update version. Feb 17, 2014
setup.py Update version. Feb 17, 2014

README

======================================================================
PyAudio v0.2.8: Python Bindings for PortAudio.
======================================================================

See: http://people.csail.mit.edu/hubert/pyaudio/

PyAudio provides Python bindings for PortAudio v19, the cross-platform
audio I/O library. Using PyAudio, you can easily use Python to play
and record audio on a variety of platforms.

See INSTALL for compilation hints.

======================================================================

PyAudio : Python Bindings for PortAudio.

Copyright (c) 2006-2014 Hubert Pham

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

You can’t perform that action at this time.