Contents

sounddevice 0.4.6

0

Play and Record Sound with Python

Play and Record Sound with Python

Stars: 945, Watchers: 945, Forks: 142, Open Issues: 189

The spatialaudio/python-sounddevice repo was created 8 years ago and the last code push was 1 weeks ago.
The project is popular with 945 github stars!

How to Install sounddevice

You can install sounddevice using pip

pip install sounddevice

or add it to a project with poetry

poetry add sounddevice

Package Details

Author
Matthias Geier
License
MIT
Homepage
http://python-sounddevice.readthedocs.io/
PyPi:
https://pypi.org/project/sounddevice/
GitHub Repo:
https://github.com/spatialaudio/python-sounddevice

Classifiers

  • Multimedia/Sound/Audio
No  sounddevice  pypi packages just yet.

Errors

A list of common sounddevice errors.

Code Examples

Here are some sounddevice code examples and snippets.

GitHub Issues

The sounddevice package has 189 open issues on GitHub

  • sounddevice.PortAudioError: Error opening Stream: Device unavailable [PaErrorCode -9985]
  • Error starting stream, wait timed out, rpiOS 64-bit
  • Why channels argument of playrec() determines the number of INPUT channels?
  • Input/Output with Continuous FFT
  • Input Output Pass-Through Bit rate
  • What is necessary (systemd target) to be able to run a program using sounddevice as fast as possible after Linux boot?
  • What to do when underflows occur
  • PortAudioError: Error querying device -1

See more issues on GitHub

Related Packages & Articles

pyAudioAnalysis 0.3.14

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications

audiotools 0.1.0

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications

pyo 1.0.5

Python module to build digital signal processing program.

pydub 0.25.1

Manipulate audio with an simple and easy high level interface