1Play and Record Sound with Python
2=================================
3
4This Python_ module provides bindings for the PortAudio_ library and a few
5convenience functions to play and record NumPy_ arrays containing audio signals.
6
7The ``sounddevice`` module is available for Linux, macOS and Windows.
8
9Documentation:
10   https://python-sounddevice.readthedocs.io/
11
12Source code repository and issue tracker:
13   https://github.com/spatialaudio/python-sounddevice/
14
15License:
16   MIT -- see the file ``LICENSE`` for details.
17
18.. _Python: https://www.python.org/
19.. _PortAudio: http://www.portaudio.com/
20.. _NumPy: https://numpy.org/
21