Go to file
Derek f749f2187e Bump version 2021-12-14 21:48:36 -07:00
examples Add duration for wire callback example. 2017-01-08 12:18:07 -08:00
sphinx Version bump. 2017-03-18 16:32:59 -07:00
src Use Py_ssize_t for tuple return on stream methods 2021-12-14 21:46:11 -07:00
tests Tests: remove dependence on scipy. 2017-01-09 22:14:21 -08:00
.gitignore Add .gitignore. 2010-08-14 17:56:35 -04:00
CHANGELOG Version bump. 2017-03-18 16:32:59 -07:00
INSTALL Update INSTALL instructions. 2015-10-18 15:38:22 -07:00
MANIFEST.in Remove generated files from source distribution. 2017-03-18 10:59:11 -07:00
Makefile Version bump. 2017-03-18 16:32:59 -07:00
README Bump version 2021-12-14 21:48:36 -07:00
setup.py Bump version 2021-12-14 21:48:36 -07:00

README

======================================================================
PyAudio v0.2.12: 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 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.

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