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

Using sounddevice in Python 3.11.2 on Linux Mint LMDE6 (based on debian12) but not getting any sound output using this simple test program: ``` import sounddevice as sd import soundfile...

I am attempting to generate short sound stimulus bursts and record the results using the R Pi. Several issues have come up and been fairly well solved. these include: 1)...

**Description:** On macOS, recording audio with `sounddevice` does not trigger a microphone permission prompt and fails to record when run in Spyder or JupyterLab. This works as expected in VS...

By reading the docs it is unclear to me how Callback functions work, when they are called and all the parameters do exactly . I think I have figured it...

I am trying to run a python script on boot using a systemd service on a Raspberry Pi4. The python script runs fine via the terminal, but flags a few...

I've added ASIO to portaudio.dll for sounddevice to include ASIO devices as options no problem, but how do we use Jack with sounddevice? All documentation i've read on how to...

So i want to send some audio stream to my fastapi server which processes it and sends it back to the client. Its pretty straight forward to build a streaming...

**Getting this error from a L/R switched I'm uploading to github -** File "x\Desktop\Coding\Github Shit\Desktop Audio LR Flipper\scripttest.py", line 33, in start_stream() ~~~~~~~~~~~~^^ File "x\Desktop\Coding\Github Shit\Desktop Audio LR Flipper\scripttest.py", line...

Not exactly a bug report but wanted to add this here to save time for others who may face the same issue as me. (Other similar issues are open without...

Hello, Long audio device names are being truncated. Could you please check this? Thank you. os : windows ``` sd_lists = sounddevice.query_devices() for device_info in sd_lists: idx = device_info['index'] name...