Contents

sounddevice 0.5.1

0

Play and Record Sound with Python

Play and Record Sound with Python

Stars: 1032, Watchers: 1032, Forks: 150, Open Issues: 193

The spatialaudio/python-sounddevice repo was created 9 years ago and the last code push was 17 hours ago.
The project is very popular with an impressive 1032 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 193 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