• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H20-Oct-2021-114110

_sounddevice_data/H20-Oct-2021-74

doc/H03-May-2022-887584

examples/H20-Oct-2021-1,3411,068

sounddevice.egg-info/H03-May-2022-4232

.gitignoreH A D15-Jul-202077 87

.gitmodulesH A D15-Jul-2020140 43

CONTRIBUTING.rstH A D12-Oct-20214 KiB13089

LICENSEH A D18-Jul-20211 KiB2016

MANIFEST.inH A D15-Jul-2020153 76

NEWS.rstH A D20-Oct-20213 KiB9872

PKG-INFOH A D20-Oct-20211.2 KiB4232

README.rstH A D15-Jul-2020622 2114

make_dist.shH A D15-Jul-2020509 2915

setup.cfgH A D20-Oct-202173 85

setup.pyH A D20-Oct-20212.6 KiB9078

sounddevice.pyH A D20-Oct-2021105.3 KiB2,8762,268

sounddevice_build.pyH A D15-Jul-202010 KiB322304

README.rst

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