python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

:sound: Play and Record Sound with Python :snake:

Results 191 python-sounddevice issues
Sort by recently updated
recently updated
newest added

Sorry to bother you again. I made two recording choices: 1. mic: Earthworks M23; microphone amplifier: K&L kl GA PRE-73 JR, gain 35dB; recording code: rec_gui.py from sounddevices. The recorded...

See https://github.com/bastibe/PySoundCard/issues/16.

I can't make that running with Alpine Linux. Here is the dockerfile to reproduce it: ``` FROM alpine:3.6 # Setup base RUN apk add --no-cache jq bash portaudio \ python3...

Hello there! I'm using sounddevice on Windows 10, having installed it with pip. ``` If you install the sounddevice module with pip on macOS or Windows, the PortAudio library (with...

I'm trying to use sounddevice in a graphical application, so I run it in a background thread in blocking mode. However, it often gives an underflow and I'm not sure...

In this function, we simultaneously play a testsound `(ts)` multiple times with a pause in between and record its total response `sound.` The problem is that the recorded signal `sound`...

Hi, i have a program with two containers/two python scripts for an AI application. One is using sd.InputStream and the .read() function to continuously read chunks out of the audiostream...

sounddevice.query_devices() is returning nothing . portaudio version is V19.6.0-devel on WSL ( Ubuntu 18.04 LTS )

I'm working on a visual sound equalizer using the sounddevice module to record audio from my speakers for analysis. After some time of the code running, the following error arises:...

how to fix the glitch when record with MME/WDM host API, I compare the recorded signal using MME/WDM api and ASIO api, and the former gets lot of glitch, here...