Metadata-Version: 2.0
Name: PySoundCard
Version: 0.5.1
Summary: An audio library based on PortAudio, CFFI and NumPy
Home-page: https://github.com/bastibe/PySoundCard
Author: Bastian Bechtold
Author-email: basti@bastibe.de
License: BSD 3-Clause License
Keywords: audio,portaudio
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Dist: cffi (>=0.6)
Requires-Dist: numpy


PySoundCard can play and record audio.

Audio devices are supported through PortAudio_, which is a free,
cross-platform, open-source audio I/O library that runs on many
operating systems including Windows, OS X and Linux. It is
accessed through CFFI_, which is a foreign function interface for
Python calling C code. CFFI is supported for CPython 2.6+, 3.x and
PyPy 2.0+. PySoundCard represents audio data as NumPy arrays.

You must have PortAudio installed in order to run PySoundCard.

.. _PortAudio: http://www.portaudio.com/
.. _CFFI: http://cffi.readthedocs.org/


