sounddevice

Play and Record Sound with Python

35 个版本 Python >=3.7
安装
pip install sounddevice
poetry add sounddevice
pipenv install sounddevice
conda install sounddevice
描述

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/

版本列表
0.5.5 2026-01-23
0.5.4 2026-01-21
0.5.3 2025-10-19
0.5.2 2025-05-16
0.5.1 2024-10-12
0.5.0 2024-08-11
0.4.7 2024-05-27
0.4.6 2023-02-19
0.4.5 2022-08-21
0.4.4 2021-12-31
0.4.3 2021-10-20
0.4.2 2021-07-18
0.4.1 2020-09-26
0.4.0 2020-07-18
0.3.15 2020-03-18
0.3.14 2019-09-25
0.3.13 2019-02-27
0.3.12 2018-09-02
0.3.11 2018-05-07
0.3.10 2017-12-22
0.3.9 2017-10-25
0.3.8 2017-07-11
0.3.7 2017-02-16
0.3.6 2016-12-19
0.3.5 2016-09-12
0.3.4 2016-08-05
0.3.3 2016-04-11
0.3.2 2016-03-16
0.3.1 2016-01-04
0.3.0 2015-10-28
0.2.2 2015-10-21
0.2.1 2015-10-08
0.2.0 2015-07-03
0.1.0 2015-06-20