Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spatialaudio/python-sounddevice
:sound: Play and Record Sound with Python :snake:
https://github.com/spatialaudio/python-sounddevice
audio portaudio python soundcard
Last synced: 2 days ago
JSON representation
:sound: Play and Record Sound with Python :snake:
- Host: GitHub
- URL: https://github.com/spatialaudio/python-sounddevice
- Owner: spatialaudio
- License: mit
- Created: 2015-06-20T15:34:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T18:23:36.000Z (6 months ago)
- Last Synced: 2024-05-15T13:47:17.143Z (6 months ago)
- Topics: audio, portaudio, python, soundcard
- Language: Python
- Homepage: https://python-sounddevice.readthedocs.io/
- Size: 508 KB
- Stars: 960
- Watchers: 31
- Forks: 145
- Open Issues: 189
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-audio - SoundDevice
README
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/