Find a file
2024-11-01 12:39:53 +01:00
.github CI: build distribution also on pull request 2024-10-08 23:45:28 +02:00
_sounddevice_data Update portaudio-binaries submodule (no ASIO by default) 2024-05-27 21:56:06 +02:00
doc DOC: switch default_role from 'any' to 'py:obj' 2024-11-01 12:39:53 +01:00
examples DOC: Update installation docs 2023-10-13 22:28:22 +02:00
.gitignore Move sounddevice.py back to the main directory 2017-11-30 10:49:07 +01:00
.gitmodules Move portaudio-binaries submodule 2017-11-17 13:06:32 +01:00
.readthedocs.yml DOC: use "unshallow clone" on RTD 2023-09-02 14:46:38 +02:00
CONTRIBUTING.rst DOC: restore viewcode highlighting, disable unwanted highlighting 2024-10-08 23:36:32 +02:00
LICENSE Release 0.4.7 2024-05-27 21:23:54 +02:00
make_dist.sh make_dist.sh: use bash, optional parameter 2022-08-21 17:44:50 +02:00
MANIFEST.in switch to cffi out-of-line ABI mode 2017-10-14 14:12:23 -05:00
NEWS.rst Release 0.5.1 2024-10-12 11:34:32 +02:00
pyproject.toml Add pyproject.toml 2024-04-01 17:25:44 +02:00
README.rst DOC: Mention OS support in README 2019-11-20 12:36:18 +01:00
setup.py Based on an environ flag, load the ASIO PortAudio binary 2024-09-05 00:34:49 +03:00
sounddevice.py DOC: switch default_role from 'any' to 'py:obj' 2024-11-01 12:39:53 +01:00
sounddevice_build.py support sample rate auto convert using PortAudio paWinWasapiAutoConvert flag when in share mode (#492) 2023-10-07 10:57:50 +02:00

Play and Record Sound with Python
=================================

This Python_ module provides bindings for the PortAudio_ library and a few
convenience functions to play and record NumPy_ arrays containing audio signals.

The ``sounddevice`` module is available for Linux, macOS and Windows.

Documentation:
   https://python-sounddevice.readthedocs.io/

Source code repository and issue tracker:
   https://github.com/spatialaudio/python-sounddevice/

License:
   MIT -- see the file ``LICENSE`` for details.

.. _Python: https://www.python.org/
.. _PortAudio: http://www.portaudio.com/
.. _NumPy: https://numpy.org/