--- id: sounddevice version: "0.5.5" license: MIT license_treatment: permissive maintenance: active --- # sounddevice — Play and Record Sound with Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install sounddevice uv add sounddevice poetry add sounddevice ## Description 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/ [View on SkillFed](https://skillfed.io/packages/sounddevice) · [View on PyPI](https://pypi.org/project/sounddevice/)